[Vtigercrm-commits] [vtiger-commits] r4067 - /vtigercrm/trunk/Smarty/templates/UserDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 7 11:08:00 EST 2006


Author: saraj
Date: Tue Mar  7 09:07:56 2006
New Revision: 4067

Log:
show hide tab changed on mouseover

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 Mar  7 09:07:56 2006
@@ -48,9 +48,9 @@
 			  <table class="small" border="0" cellpadding="3" cellspacing="0" width="100%">
 			  <tr>
 			     <td class="dvtTabCache" width="10" nowrap="nowrap">&nbsp;</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 id="prof" width="25%" align="center" nowrap="nowrap" class="dvtSelectedCell" onMouseOver="fnVis('prof')" ><b>{$UMOD.LBL_USER_LOGIN_ROLE}</b></td>
+				 <td id="more" width="25%" align="center" nowrap="nowrap" class="dvtUnSelectedCell" onMouseOver="fnVis('more')"><b>{$UMOD.LBL_USER_MORE_INFN}</b></td>
+				 <td id="addr" width="25%" align="center" nowrap="nowrap" class="dvtUnSelectedCell" onMouseOver="fnVis('addr')"><b>{$UMOD.LBL_USER_ADDR_INFN}</b></td>
 				<td class="dvtTabCache" nowrap="nowrap" width="10">&nbsp;</td>
 			  </tr>
 			  </table>





More information about the vtigercrm-commits mailing list