[Vtigercrm-commits] [vtiger-commits] r10095 - /vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 23 02:33:56 EST 2007
Author: richie
Date: Tue Jan 23 00:33:51 2007
New Revision: 10095
Log:
Cancel button added . Fixes #2905
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ImportStep1.tpl Tue Jan 23 00:33:51 2007
@@ -87,6 +87,9 @@
<tr >
<td colspan="2" align="right" style="padding-right:40px;" class="reportCreateBottom">
<input title="{$MOD.LBL_NEXT}" accessKey="" class="crmButton small save" type="submit" name="button" value=" {$MOD.LBL_NEXT} › " onclick="this.form.action.value='Import';this.form.step.value='2'; return verify_data(this.form);">
+
+ <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="" class="crmButton small cancel" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" onclick="window.history.back()">
+
</td>
</tr> </form>
</table>
More information about the vtigercrm-commits
mailing list