[Vtigercrm-commits] [vtiger-commits] r3893 - /vtigercrm/trunk/Smarty/templates/UserListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Feb 23 05:36:48 EST 2006


Author: saraj
Date: Thu Feb 23 03:36:44 2006
New Revision: 3893

Log:
Added <input type='hidden' name='parenttab' value='Settings'> line in UserListView.tpl

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

Modified: vtigercrm/trunk/Smarty/templates/UserListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserListView.tpl Thu Feb 23 03:36:44 2006
@@ -23,6 +23,7 @@
 <input type='hidden' name='action' value='EditView'>
 <input type='hidden' name='return_action' value='ListView'>
 <input type='hidden' name='return_module' value='Users'>
+<input type='hidden' name='parenttab' value='Settings'>
 <tr>
 {foreach item=header from=$LIST_HEADER}
 	<th class="detailedViewHeader">{$header}</th>





More information about the vtigercrm-commits mailing list