[Vtigercrm-commits] [vtiger-commits] r10246 - in /vtigercrm/branches/5.0.3/modules/uploads: language/en_us.lang.php upload.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 27 04:29:13 EST 2007
Author: saraj
Date: Tue Feb 27 02:29:07 2007
New Revision: 10246
Log:
i18n for attach and cancel buton. Fixes #3062
Modified:
vtigercrm/branches/5.0.3/modules/uploads/language/en_us.lang.php
vtigercrm/branches/5.0.3/modules/uploads/upload.php
Modified: vtigercrm/branches/5.0.3/modules/uploads/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/uploads/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/uploads/language/en_us.lang.php Tue Feb 27 02:29:07 2007
@@ -24,6 +24,8 @@
//Added fields for uploads (attach files)
'LBL_ATTACH_FILE'=>'Attach File',
+'LBL_ATTACH'=>'Attach',
+'LBL_CANCEL'=>'Cancel',
'LBL_STEP_SELECT_FILE'=>'Step 1 : Select File',
'LBL_BROWSE_FILES'=>'Click the browse button and select the file to be attached',
'LBL_DESCRIPTION'=>'Step 2 : Write some description',
Modified: vtigercrm/branches/5.0.3/modules/uploads/upload.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/uploads/upload.php (original)
+++ vtigercrm/branches/5.0.3/modules/uploads/upload.php Tue Feb 27 02:29:07 2007
@@ -66,8 +66,8 @@
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
<tr>
<td colspan="2" align="center">
- <input type="submit" name="save" value=" Attach " class="crmbutton small save" />
- <input type="button" name="cancel" value=" Cancel " class="crmbutton small cancel" onclick="self.close();" />
+ <input type="submit" name="save" value=" <? echo $mod_strings["LBL_ATTACH"]; ?> " class="crmbutton small save" />
+ <input type="button" name="cancel" value=" <? echo $mod_strings["LBL_CANCEL"];?> " class="crmbutton small cancel" onclick="self.close();" />
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list