[Vtigercrm-commits] [vtiger-commits] r5664 - /vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 2 08:56:21 EDT 2006
Author: saraj
Date: Tue May 2 06:56:17 2006
New Revision: 5664
Log:
Added the UI Changes - Ahmed
Modified:
vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserDetailView.tpl Tue May 2 06:56:17 2006
@@ -70,9 +70,9 @@
<table class="small" border="0" cellpadding="3" cellspacing="0" width="100%">
<tr >
<td class="dvtTabCache" width="10" nowrap="nowrap"> </td>
- <td id="prof" width="25%" align="center" nowrap="nowrap" class="dvtSelectedCell" onClick="fnVis('mnuTab')"><b>{$UMOD.LBL_USER_LOGIN_ROLE}</b></td>
- <td id="more" width="25%" align="center" nowrap="nowrap" class="dvtUnSelectedCell" onClick="fnVis('mnuTab1')"><b>{$UMOD.LBL_USER_MORE_INFN}</b></td>
- <td id="addr" width="25%" align="center" nowrap="nowrap" class="dvtUnSelectedCell" onClick="fnVis('mnuTab2')"><b>{$UMOD.LBL_USER_ADDR_INFN}</b></td>
+ <td id="prof" width="25%" align="center" nowrap="nowrap" class="dvtSelectedCell" onClick="fnVis('prof')"><b>{$UMOD.LBL_USER_LOGIN_ROLE}</b></td>
+ <td id="more" width="25%" align="center" nowrap="nowrap" class="dvtUnSelectedCell" onClick="fnVis('more')"><b>{$UMOD.LBL_USER_MORE_INFN}</b></td>
+ <td id="addr" width="25%" align="center" nowrap="nowrap" class="dvtUnSelectedCell" onClick="fnVis('addr')"><b>{$UMOD.LBL_USER_ADDR_INFN}</b></td>
<td class="dvtTabCache" nowrap="nowrap" width="10"> </td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list