[Vtigercrm-commits] [vtiger-commits] r11144 - in /vtigercrm/branches/5.0.3/Smarty/templates: CurrencyEditView.tpl Settings/EmailConfig.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 30 02:04:00 EDT 2007
Author: richie
Date: Wed May 30 00:03:54 2007
New Revision: 11144
Log:
* Removed the > symbol in title of Cancel button, Fixed #3780
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/CurrencyEditView.tpl
vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/CurrencyEditView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CurrencyEditView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CurrencyEditView.tpl Wed May 30 00:03:54 2007
@@ -55,7 +55,7 @@
{/if}
<td class="small" align=right>
<input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmButton small save" onclick="this.form.action.value='SaveCurrencyInfo'; return validate()" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" >
- <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmButton small cancel" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}">
+ <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmButton small cancel" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}">
</td>
</tr>
</table>
Modified: vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Settings/EmailConfig.tpl Wed May 30 00:03:54 2007
@@ -59,7 +59,7 @@
{else}
<td class="small" align=right>
<input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmButton small save" onclick="this.form.action.value='Save';" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" >
- <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmButton small cancel" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}">
+ <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmButton small cancel" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}">
</td>
{/if}
</tr>
More information about the vtigercrm-commits
mailing list