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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Mar 8 05:26:52 EST 2006


Author: saraj
Date: Wed Mar  8 03:26:47 2006
New Revision: 4072

Log:
Added the onMouseOver functionality for Create New User & Edit User

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 Wed Mar  8 03:26:47 2006
@@ -46,9 +46,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