[Vtigercrm-commits] [vtiger-commits] r6624 - /vtigercrm/trunk/Smarty/templates/Settings/InventoryTerms.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun May 28 09:25:57 EDT 2006
Author: saraj
Date: Sun May 28 07:25:54 2006
New Revision: 6624
Log:
class has been changed for buttons
Modified:
vtigercrm/trunk/Smarty/templates/Settings/InventoryTerms.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/InventoryTerms.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/InventoryTerms.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/InventoryTerms.tpl Sun May 28 07:25:54 2006
@@ -73,8 +73,8 @@
<tr><td colspan="2" width="75%"> </td></tr>
<tr><td colspan="2" align="center"width="75%"><hr> <br>
{if $INV_TERMS_MODE neq 'view'}
- <input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="button" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onclick="this.form.action.value='savetermsandconditions';">
- <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="button" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}">
+ <input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="classBtn" type="submit" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onclick="this.form.action.value='savetermsandconditions';">
+ <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}">
{/if}
</td></tr>
More information about the vtigercrm-commits
mailing list