[Vtigercrm-commits] [vtiger-commits] r11050 - /vtigercrm/branches/5.0.3/Smarty/templates/Settings/EditEmailNotification.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 26 03:11:58 EDT 2007


Author: jerrydgeorge
Date: Sat May 26 01:11:52 2007
New Revision: 11050

Log:
Issue In Editing Email Notification has been fixed

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Settings/EditEmailNotification.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/EditEmailNotification.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/EditEmailNotification.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/EditEmailNotification.tpl Sat May 26 01:11:52 2007
@@ -54,7 +54,7 @@
 <table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
 <tr>
 <td class="small" align="center">
-	<input name="save" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " class="crmButton small save" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}','{$NOTIFY_DETAILS.subject}','{$NOTIFY_DETAILS.body}')">
+	<input name="save" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " class="crmButton small save" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}')">
 	<input name="cancel" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " class="crmButton small cancel" type="button" onClick="hide('editdiv');">
 </td>
 </tr>





More information about the vtigercrm-commits mailing list