[Vtigercrm-commits] [vtiger-commits] r6089 - /vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 17 01:05:00 EDT 2006
Author: don
Date: Tue May 16 23:04:56 2006
New Revision: 6089
Log:
language strings has been changed for i18n support
Modified:
vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl
Modified: vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl Tue May 16 23:04:56 2006
@@ -116,9 +116,9 @@
<tr>
<td colspan="3" class="lvtCol" style="padding: 5px;" align="center">
- <input title="Save [Alt+S]" accessKey="S" class="classBtn" onclick="return email_validate(this.form,'save');" type="button" name="button" value="Save" >
- <input name="send" value=" Send " class="classBtn" type="button" onclick="return email_validate(this.form,'send');">
- <input name="cancel" value=" Cancel " class="classBtn" type="button" onClick="window.close()">
+ <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="classBtn" onclick="return email_validate(this.form,'save');" type="button" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " >
+ <input name="{$APP.LBL_SENDMAIL_BUTTON_TITLE}" value=" {$APP.LBL_SENDMAIL_BUTTON_LABEL} " class="classBtn" type="button" onclick="return email_validate(this.form,'send');">
+ <input name="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " class="classBtn" type="button" onClick="window.close()">
</td>
</tr>
</tbody>
More information about the vtigercrm-commits
mailing list