[ 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 class="listTable" border="0" cellpadding="5" cellspacing="0" width="100%"> 13 <tr> 14 <td class="colHeader small" valign="top">#</td> 15 <td class="colHeader small" valign="top">{$UMOD.LBL_GROUP_NAME}</td> 16 <td class="colHeader small" valign="top">{$UMOD.LBL_DESCRIPTION}</td> 17 </tr> 18 {foreach name=groupiter key=id item=groupname from=$GROUPLIST} 19 <tr> 20 <td class="listTableRow small" valign="top" width="5%">{$smarty.foreach.groupiter.iteration}</td> 21 {if $IS_ADMIN} 22 <td class="listTableRow small" valign="top"><a href="index.php?module=Users&action=GroupDetailView&parenttab=Settings&groupId={$id}">{$groupname.1}</a></td> 23 {else} 24 <td class="listTableRow small" valign="top">{$groupname.1}</td> 25 {/if} 26 <td class="listTableRow small" valign="top" width="65%">{$groupname.2}</td> 27 </tr> 28 {/foreach} 29 </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 |