[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 {*<!-- 2 3 /********************************************************************************* 4 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 5 * ("License"); You may not use this file except in compliance with the License 6 * The Original Code is: vtiger CRM Open Source 7 * The Initial Developer of the Original Code is vtiger. 8 * Portions created by vtiger are Copyright (C) vtiger. 9 * All Rights Reserved. 10 * 11 ********************************************************************************/ 12 13 -->*} 14 15 <table class="tableHeading" border="0" cellpadding="5" cellspacing="0" width="100%"><tr><td><strong>2. {$MOD.LBL_PICKLIST_AVAIL} {$APP.$MODULE} </strong></td> 16 <td class="small" align=right> </td> 17 </tr> 18 </table> 19 <table border=0 cellspacing=0 cellpadding=0 width=100% class="listTable"> 20 <tr> 21 <td valign=top width="50%"> 22 <table width="100%" class="listTable" cellpadding="5" cellspacing="0"> 23 {foreach item=picklists from=$PICKLIST_VALUES} 24 <tr> 25 {foreach item=picklistfields from=$picklists} 26 {if $picklistfields neq ''} 27 {if $TEMP_MOD[$picklistfields.fieldlabel] neq ''} 28 <td class="listTableTopButtons small" valign="top" align="left"><b>{$TEMP_MOD[$picklistfields.fieldlabel]}</b></td> 29 {else} 30 <td class="listTableTopButtons small" valign="top" align="left"><b>{$picklistfields.fieldlabel}</b></td> 31 {/if} 32 <td class="listTableTopButtons" valign="top" align="right"> 33 <input type="button" value="{$APP.LBL_EDIT_BUTTON}" class="crmButton small edit" onclick="fetchEditPickList('{$MODULE}','{$picklistfields.fieldname}', {$picklistfields.uitype});posLay(this,'editdiv');" > 34 </td> 35 {else} 36 <td class="listTableTopButtons small" colspan="2"> </td> 37 {/if} 38 {/foreach} 39 </tr> 40 <tr> 41 {foreach item=picklistelements from=$picklists} 42 {if $picklistelements neq ''} 43 <td colspan="2" valign="top"> 44 <ul style="list-style-type: none;"> 45 {foreach item=elements from=$picklistelements.value} 46 {if $TEMP_MOD[$elements] neq ''} 47 <li>{$TEMP_MOD[$elements]}</li> 48 {else} 49 <li>{$elements}</li> 50 {/if} 51 {/foreach} 52 </ul> 53 </td> 54 {else} 55 <td colspan="2"> </td> 56 {/if} 57 {/foreach} 58 </tr> 59 {/foreach} 60 </table> 61 </td></tr> 62 </table>
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 |