[Vtigercrm-commits] [vtiger-commits] r5338 - /vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 05:58:11 EDT 2006
Author: richie
Date: Tue Apr 25 03:58:06 2006
New Revision: 5338
Log:
Cancel button added. Fixes #237
Modified:
vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl Tue Apr 25 03:58:06 2006
@@ -40,6 +40,7 @@
<tr>
<td colspan="2" align="center">
<input name="save" value=" Save " class="classBtn" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}','{$NOTIFY_DETAILS.subject}','{$NOTIFY_DETAILS.body}')">
+<input name="cancel" value=" Cancel " class="classBtn" type="button" onClick="hide('editdiv');">
</td>
</tr>
<tr><td colspan="2" style="border-top: 1px dashed rgb(204, 204, 204);"> </td></tr>
More information about the vtigercrm-commits
mailing list