[Vtigercrm-commits] [vtiger-commits] r5337 - /vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:52:32 EDT 2006


Author: richie
Date: Tue Apr 25 03:52:27 2006
New Revision: 5337

Log:
Cancel button added. Fixes #235

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

Modified: vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl Tue Apr 25 03:52:27 2006
@@ -27,6 +27,7 @@
 	<tr>
 		<td colspan="4" align="center">
 	<input name="save" value=" &nbsp;Save&nbsp; " class="classBtn" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}')">
+	<input name="cancel" value=" &nbsp;Cancel&nbsp; " class="classBtn" type="button" onClick="hide('editdiv');">
 		</td>
 	</tr>
 	<tr><td colspan="4" style="border-top: 1px dashed rgb(204, 204, 204);">&nbsp;</td></tr>





More information about the vtigercrm-commits mailing list