[Vtigercrm-commits] [vtiger-commits] r5076 - /vtigercrm/trunk/Smarty/templates/Settings/EditPickList.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 12 07:43:12 EDT 2006


Author: don
Date: Wed Apr 12 05:43:08 2006
New Revision: 5076

Log:
effect added to the edit div

Modified:
    vtigercrm/trunk/Smarty/templates/Settings/EditPickList.tpl

Modified: vtigercrm/trunk/Smarty/templates/Settings/EditPickList.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditPickList.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditPickList.tpl Wed Apr 12 05:43:08 2006
@@ -3,7 +3,7 @@
 	<table border="0" cellpadding="5" cellspacing="0" width="100%">
 	<tbody><tr>
 	<td class="genHeaderSmall" align="left" width="40%">{$MOD.LBL_EDIT_PICKLIST} {$FIELDNAME}</td>
-	<td align="right" width="60%"><a href="javascript:hide('editdiv');"><img src="{$IMAGE_PATH}close.gif" align="middle" border="0"></a></td>
+	<td align="right" width="60%"><img src="{$IMAGE_PATH}close.gif" align="middle" border="0" onclick="hide('editdiv');"></td>
 	</tr>
 	<tr><td colspan="2"><hr></td></tr>
 	<tr>





More information about the vtigercrm-commits mailing list