[ 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 -->*} 13 14 <table width="100%" cellpadding="5" cellspacing="0" class="listTable" > 15 <tr> 16 <td class="colHeader small" width="3%">#</td> 17 <td class="colHeader small" width="9%">{$MOD.LBL_CURRENCY_TOOL}</td> 18 <td class="colHeader small" width="23%">{$MOD.LBL_CURRENCY_NAME}</td> 19 <td class="colHeader small" width="20%">{$MOD.LBL_CURRENCY_CODE}</td> 20 <td class="colHeader small" width="10%">{$MOD.LBL_CURRENCY_SYMBOL}</td> 21 <td class="colHeader small" width="20%">{$MOD.LBL_CURRENCY_CRATE}</td> 22 <td class="colHeader small" width="15%">{$MOD.LBL_CURRENCY_STATUS}</td> 23 </tr> 24 {foreach item=currencyvalues name=currlist key=id from=$CURRENCY_LIST} 25 <tr> 26 <td nowrap class="listTableRow small" valign="top">{$smarty.foreach.currlist.iteration}</td> 27 <td nowrap class="listTableRow small" valign="top">{$currencyvalues.tool}</td> 28 <td nowrap class="listTableRow small" valign="top"><b>{$currencyvalues.name}</b></td> 29 <td nowrap class="listTableRow small" valign="top">{$currencyvalues.code}</td> 30 <td nowrap class="listTableRow small" valign="top">{$currencyvalues.symbol}</td> 31 <td nowrap class="listTableRow small" valign="top">{$currencyvalues.crate}</td> 32 {if $currencyvalues.status eq 'Active'} 33 <td nowrap class="listTableRow small active" valign="top">{$currencyvalues.status}</td> 34 {else} 35 <td nowrap class="listTableRow small inactive" valign="top">{$currencyvalues.status}</td> 36 {/if} 37 </tr> 38 {/foreach} 39 </table> 40
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 |