[ 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 <script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script> 13 14 <br> 15 <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%"> 16 <tbody><tr> 17 <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td> 18 <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%"> 19 <br> 20 21 <div align=center> 22 {include file='SetMenu.tpl'} 23 <!-- DISPLAY --> 24 <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine"> 25 <form action="index.php" method="post" name="new" id="form"> 26 <input type="hidden" name="module" value="Users"> 27 <input type="hidden" name="action" value="createnewgroup"> 28 <input type="hidden" name="groupId" value="{$GROUPID}"> 29 <input type="hidden" name="mode" value="edit"> 30 <input type="hidden" name="parenttab" value="Settings"> 31 <tr> 32 <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}ico-groups.gif" width="48" height="48" border=0 ></td> 33 <td class=heading2 valign=bottom><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > <a href="index.php?module=Users&action=listgroups&parenttab=Settings">{$CMOD.LBL_GROUPS}</a> > {$CMOD.LBL_VIEWING} "{$GROUPINFO.0.groupname}" </b></td> 34 </tr> 35 <tr> 36 <td valign=top class="small">{$CMOD.LBL_VIEWING} {$CMOD.LBL_PROPERTIES} "{$GROUPINFO.0.groupname}`" {$CMOD.LBL_GROUP_NAME} </td> 37 </tr> 38 </table> 39 40 <br> 41 <table border=0 cellspacing=0 cellpadding=10 width=100% > 42 <tr> 43 <td valign=top> 44 45 <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading"> 46 <tr> 47 <td class="big"><strong>{$CMOD.LBL_PROPERTIES} "{$GROUPINFO.0.groupname}" </strong></td> 48 <td><div align="right"> 49 <input value=" {$APP.LBL_EDIT_BUTTON_LABEL} " title="{$APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="crmButton small edit" type="submit" name="Edit" > 50 </div></td> 51 </tr> 52 </table> 53 <table width="100%" border="0" cellspacing="0" cellpadding="5"> 54 <tr class="small"> 55 <td width="15%" class="small cellLabel"><strong>{$CMOD.LBL_GROUP_NAME}</strong></td> 56 <td width="85%" class="cellText" >{$GROUPINFO.0.groupname}</td> 57 </tr> 58 <tr class="small"> 59 <td class="small cellLabel"><strong>{$CMOD.LBL_DESCRIPTION}</strong></td> 60 <td class="cellText">{$GROUPINFO.0.description}</td> 61 </tr> 62 <tr class="small"> 63 <td valign=top class="cellLabel"><strong>{$CMOD.LBL_MEMBER}</strong></td> 64 <td class="cellText"> 65 <table width="70%" border="0" cellspacing="0" cellpadding="5"> 66 <tr class="small"> 67 {foreach key=type item=details from=$GROUPINFO.1} 68 {if $details.0 neq ''} 69 {if $type == "User"} 70 <td colspan="2" class="cellBottomDotLine"> 71 <div align="left"><strong>{$MOD.LBL_USERS}</strong></div> 72 </td> 73 {/if} 74 {if $type == "Role"} 75 <td colspan="2" class="cellBottomDotLine"> 76 <div align="left"><strong>{$MOD.LBL_ROLES}</strong></div> 77 </td> 78 {/if} 79 {if $type == "Role and Subordinates"} 80 <td colspan="2" class="cellBottomDotLine"> 81 <div align="left"><strong>{$type}</strong></div> 82 </td> 83 {/if} 84 {if $type == "Group"} 85 <td colspan="2" class="cellBottomDotLine"> 86 <div align="left"><strong>{$CMOD.LBL_GROUPS}</strong></div> 87 </td> 88 {/if} 89 </tr> 90 <tr class="small"> 91 92 <td width="16"><div align="center"></div></td> 93 <td> 94 {foreach item=element from=$details} 95 <a href="index.php?module=Users&action={$element.memberaction}&{$element.actionparameter}={$element.memberid}">{$element.membername}</a><br /> 96 {/foreach} 97 </td> 98 </tr> 99 {/if} 100 {/foreach} 101 </table></td> 102 </tr> 103 </table> 104 <br> 105 <table border=0 cellspacing=0 cellpadding=5 width=100% > 106 <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr> 107 </table> 108 109 110 </td> 111 </tr> 112 </table> 113 114 115 116 </td> 117 </tr> 118 </table> 119 </td> 120 </tr> 121 </form> 122 </table> 123 124 </div> 125 </td> 126 <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td> 127 </tr> 128 </tbody> 129 </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 |