[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 <!-- BEGIN: main --> 13 <form name="selectall" method="POST"> 14 <table width="100%" border="0" cellspacing="0" cellpadding="0" class="small"> 15 <tr> 16 {if $SELECT eq 'enable'} 17 <td style="padding-left:10px;" align="left"><input class="crmbutton small save" type="button" value="{$APP.LBL_ADD_ITEM} {$APP[$MODULE]}" onclick="if(SelectAll('{$MODULE}','{$RETURN_MODULE}')) window.close();"/></td> 18 {else} 19 <td> </td> 20 {/if} 21 <td style="padding-right:10px;" align="right">{$RECORD_COUNTS}</td></tr> 22 <tr> 23 <td style="padding:10px;" colspan=2> 24 25 <input name="module" type="hidden" value="{$RETURN_MODULE}"> 26 <input name="action" type="hidden" value="{$RETURN_ACTION}"> 27 <input name="pmodule" type="hidden" value="{$MODULE}"> 28 <input type="hidden" name="curr_row" value="{$CURR_ROW}"> 29 <input name="entityid" type="hidden" value=""> 30 <input name="popuptype" id="popup_type" type="hidden" value="{$POPUPTYPE}"> 31 <input name="idlist" type="hidden" value=""> 32 <div style="overflow:auto;height:348px;"> 33 <table style="background-color: rgb(204, 204, 204);" class="small" border="0" cellpadding="5" cellspacing="1" width="100%"> 34 <tbody> 35 <tr> 36 {if $SELECT eq 'enable'} 37 <td class="lvtCol" width="3%"><input type="checkbox" name="select_all" value="" onClick=toggleSelect(this.checked,"selected_id")></td> 38 {/if} 39 {foreach item=header from=$LISTHEADER} 40 <td class="lvtCol">{$header}</td> 41 {/foreach} 42 </tr> 43 {foreach key=entity_id item=entity from=$LISTENTITY} 44 <tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'" > 45 {if $SELECT eq 'enable'} 46 <td><input type="checkbox" name="selected_id" value="{$entity_id}" onClick=toggleSelectAll(this.name,"select_all")></td> 47 {/if} 48 {foreach item=data from=$entity} 49 <td>{$data}</td> 50 {/foreach} 51 </tr> 52 {/foreach} 53 </tbody> 54 </table> 55 <div> 56 </td> 57 </tr> 58 59 </table> 60 <table width="100%" align="center" class="reportCreateBottom"> 61 <tr> 62 {$NAVIGATION} 63 <td width="35%"> </td> 64 </tr> 65 </table> 66 </form> 67
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |