0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
standard
/
htdocs
/
Smarty
/
templates
/
[
Home
]
File: RoleDetailView.tpl
{*<!-- /********************************************************************************* ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. * ********************************************************************************/ -->*} <script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script> <br> <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%"> <tbody><tr> <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td> <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%"> <br> <div align=center> {include file='SetMenu.tpl'} <!-- DISPLAY --> <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine"> <form id="form" name="roleView" action="index.php" method="post"> <input type="hidden" name="module" value="Settings"> <input type="hidden" name="action" value="createrole"> <input type="hidden" name="parenttab" value="Settings"> <input type="hidden" name="returnaction" value="RoleDetailView"> <input type="hidden" name="roleid" value="{$ROLEID}"> <input type="hidden" name="mode" value="edit"> <tr> <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}ico-roles.gif" width="48" height="48" border=0 ></td> <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=Settings&action=listroles&parenttab=Settings">{$CMOD.LBL_ROLES}</a> > {$CMOD.LBL_VIEWING} "{$ROLE_NAME}" </b></td> </tr> <tr> <td valign=top class="small">{$CMOD.LBL_VIEWING} {$CMOD.LBL_PROPERTIES} "{$ROLE_NAME}" {$MOD.LBL_LIST_CONTACT_ROLE} </td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=10 width=100% > <tr> <td valign=top> <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading"> <tr> <td class="big"><strong>{$CMOD.LBL_PROPERTIES} "{$ROLE_NAME}" </strong></td> <td><div align="right"> <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" > </div></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr class="small"> <td width="15%" class="small cellLabel"><strong>{$CMOD.LBL_ROLE_NAME}</strong></td> <td width="85%" class="cellText" >{$ROLE_NAME}</td> </tr> <tr class="small"> <td class="small cellLabel"><strong>{$CMOD.LBL_REPORTS_TO}</strong></td> <td class="cellText">{$PARENTNAME}</td> </tr> <tr class="small"> <td valign=top class="cellLabel"><strong>{$CMOD.LBL_MEMBER}</strong></td> <td class="cellText"> <table width="70%" border="0" cellspacing="0" cellpadding="5"> <tr class="small"> <td colspan="2" class="cellBottomDotLine"> <div align="left"><strong>{$CMOD.LBL_ASSOCIATED_PROFILES}</strong></div> </td> </tr> {foreach item=elements from=$ROLEINFO.profileinfo} <tr class="small"> <td width="16"><div align="center"></div></td> <td> <a href="index.php?module=Settings&action=profilePrivileges&parenttab=Settings&profileid={$elements.0}&mode=view">{$elements.1}</a><br> </td> </tr> {/foreach} <tr class="small"> <td colspan="2" class="cellBottomDotLine"> <div align="left"><strong>{$CMOD.LBL_ASSOCIATED_USERS}</strong></div> </td> </tr> {if $ROLEINFO.userinfo.0 neq ''} {foreach item=elements from=$ROLEINFO.userinfo} <tr class="small"> <td width="16"><div align="center"></div></td> <td> <a href="index.php?module=Users&action=DetailView&parenttab=Settings&record={$elements.0}">{$elements.1}</a><br> </td> </tr> {/foreach} {/if} </table></td> </tr> </table> <br> <table border=0 cellspacing=0 cellpadding=5 width=100% > <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </form> </table> </div> </td> <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td> </tr> </tbody> </table>