[Vtigercrm-commits] [vtiger-commits] r5278 - /vtigercrm/trunk/Smarty/templates/RoleDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 10:00:49 EDT 2006


Author: don
Date: Mon Apr 24 08:00:45 2006
New Revision: 5278

Log:
Fixed the improper ProfileLink in Role Detail View

Modified:
    vtigercrm/trunk/Smarty/templates/RoleDetailView.tpl

Modified: vtigercrm/trunk/Smarty/templates/RoleDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/RoleDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/RoleDetailView.tpl Mon Apr 24 08:00:45 2006
@@ -60,7 +60,7 @@
 	<td align="left" valign="top" width="70%">
 	<ul style="list-style-type: none;">
 	{foreach item=elements from=$ROLEINFO.profileinfo}
-	<li><a href="index.php?module=Users&action=profilePrivileges&profileid={$elements.0}">{$elements.1}</a></li>
+	<li><a href="index.php?module=Users&action=profilePrivileges&profileid={$elements.0}&mode=view">{$elements.1}</a></li>
 	{/foreach}	
 	</ul>
 	</td>





More information about the vtigercrm-commits mailing list