[Vtigercrm-commits] [vtiger-commits] r11149 - /vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed May 30 03:01:37 EDT 2007


Author: jerrydgeorge
Date: Wed May 30 01:01:28 2007
New Revision: 11149

Log:
Update Button Disappearing has been fixed.Fixes #3785

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ProfileDetailView.tpl Wed May 30 01:01:28 2007
@@ -133,7 +133,7 @@
 						<table class="layerHeadingULine" border="0" cellpadding="3" cellspacing="0" width="100%">
 						<tr style="cursor:move;">
 						<td class="layerPopupHeading" id = "renameUI" align="left" width="60%">{$APP.LBL_RENAME_PROFILE}</td>
-						<td align="right" width="40%"><a href="javascript:hide('renameProfile');"><img src="themes/bluelagoon/images/close.gif" align="middle" border="0"></a></td>
+						<td align="right" width="40%"><a href="javascript:fnhide('renameProfile');"><img src="themes/bluelagoon/images/close.gif" align="middle" border="0"></a></td>
 						</tr>
 						</table>
 					    <table align="center" border="0" cellpadding="5" cellspacing="0" width="95%">
@@ -157,7 +157,7 @@
 					    <tr>
 						<td align = "center">
 							<input name="save" value="Update" class="crmbutton small save" onclick="UpdateProfile();" type="button">&nbsp;&nbsp;
-							<input name="cancel" value="Cancel" class="crmbutton small save" onclick="hide('renameProfile');" type="button">&nbsp;&nbsp;
+							<input name="cancel" value="Cancel" class="crmbutton small save" onclick="fnhide('renameProfile');" type="button">&nbsp;&nbsp;
 						</td>
 					    </tr>		
 					    </table>		





More information about the vtigercrm-commits mailing list