[Vtigercrm-commits] [vtiger-commits] r6760 - /vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 30 10:37:02 EDT 2006
Author: richie
Date: Tue May 30 08:36:58 2006
New Revision: 6760
Log:
Fixes #1137
Modified:
vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
Modified: vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/AddMailAccount.tpl Tue May 30 08:36:58 2006
@@ -156,7 +156,7 @@
<td colspan="3" align="center">
<input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='SaveMailAccount'; return verify_data(EditView)" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " >
- <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='DetailView'; this.form.module.value='Users'; this.form.record.value='{$ID}'" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"></td>
+ <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}"></td>
</td>
</tr>
<tr><td colspan="3" style="border-top:1px dashed #CCCCCC;"> </td></tr>
More information about the vtigercrm-commits
mailing list