[ 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 <table width="100%" cellpadding="5" cellspacing="0" class="listTable" > 13 <tr> 14 <td class="colHeader small" width="5%">#</td> 15 <td class="colHeader small" width="35%">{$MOD.LBL_NOTIFICATION}</td> 16 <td class="colHeader small" width="50%">{$MOD.LBL_DESCRIPTION}</td> 17 <td class="colHeader small" width="10%">{$MOD.LBL_STATUS}</td> 18 <td class="colHeader small" width="10%">{$MOD.LBL_TOOL}</td> 19 </tr> 20 {foreach name=notifyfor item=elements from=$NOTIFICATION} 21 <tr> 22 <td class="listTableRow small">{$smarty.foreach.notifyfor.iteration}</td> 23 <td class="listTableRow small">{$elements.label}</td> 24 <td class="listTableRow small">{$elements.schedulename}</td> 25 {if $elements.active eq 'Active'} 26 <td class="listTableRow small active">{$elements.active}</td> 27 {else} 28 <td class="listTableRow small inactive">{$elements.active}</td> 29 {/if} 30 <td class="listTableRow small"><img onClick="fnvshobj(this,'editdiv');fetchEditNotify('{$smarty.foreach.notifyfor.iteration}');" style="cursor:pointer;" src="{$IMAGE_PATH}editfield.gif" title="{$APP.LBL_EDIT}" alt="{$APP.LBL_EDIT}"></td> 31 </tr> 32 {/foreach} 33 </table> 34
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 |