[Vtigercrm-commits] [vtiger-commits] r4968 - /vtigercrm/trunk/Smarty/templates/QuickCreate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 7 00:12:32 EDT 2006
Author: saraj
Date: Thu Apr 6 22:12:28 2006
New Revision: 4968
Log:
Added onclick=hide('qcform') for the cancel button of qcreate - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/QuickCreate.tpl
Modified: vtigercrm/trunk/Smarty/templates/QuickCreate.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/QuickCreate.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/QuickCreate.tpl Thu Apr 6 22:12:28 2006
@@ -366,7 +366,7 @@
<tr>
<td width=50% align=right><input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="small" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" ></td>
<td width=50% align=left>
- <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="small" onclick="fninvsh('qcform');" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px">
+ <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="small" onclick="hide('qcform');" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px">
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list