[Vtigercrm-commits] [vtiger-commits] r4033 - in /vtigercrm/trunk/Smarty/templates: UserDetailView.tpl UserEditView.tpl UserListView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 2 02:42:53 EST 2006


Author: saraj
Date: Thu Mar  2 00:42:47 2006
New Revision: 4033

Log:
menu added for Users page

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

Modified: vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserDetailView.tpl Thu Mar  2 00:42:47 2006
@@ -235,22 +235,4 @@
 </table>
 
 {$JAVASCRIPT}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+	{include file='SettingsSubMenu.tpl'}

Modified: vtigercrm/trunk/Smarty/templates/UserEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserEditView.tpl Thu Mar  2 00:42:47 2006
@@ -248,21 +248,4 @@
 
 {$JAVASCRIPT}
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+	{include file='SettingsSubMenu.tpl'}

Modified: vtigercrm/trunk/Smarty/templates/UserListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserListView.tpl Thu Mar  2 00:42:47 2006
@@ -66,3 +66,5 @@
 </td>
 </tr>
 </table>
+	{include file='SettingsSubMenu.tpl'}
+





More information about the vtigercrm-commits mailing list