[Vtigercrm-commits] [vtiger-commits] r5477 - /vtigercrm/trunk/Smarty/templates/UserEditView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 27 05:45:25 EDT 2006


Author: saraj
Date: Thu Apr 27 03:45:21 2006
New Revision: 5477

Log:
Added onclick tab functionality instead of onmouseover in   UserEdit View - Ahmed

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

Modified: vtigercrm/trunk/Smarty/templates/UserEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserEditView.tpl Thu Apr 27 03:45:21 2006
@@ -47,9 +47,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" 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 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">&nbsp;</td>
 			  </tr>
 			  </table>





More information about the vtigercrm-commits mailing list