[Vtigercrm-commits] [vtiger-commits] r10081 - in /vtigercrm/branches/5.0.3: Smarty/templates/DisplayFields.tpl include/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jan 17 02:36:33 EST 2007
Author: richie
Date: Wed Jan 17 00:36:27 2007
New Revision: 10081
Log:
Added label for image format
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
vtigercrm/branches/5.0.3/include/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl Wed Jan 17 00:36:27 2007
@@ -555,7 +555,7 @@
{$fldlabel}
</td>
<td width="30%" align=left class="dvtCellInfo">
- <input name="{$fldname}" type="file" value="{$maindata[3].0.name}" tabindex="{$vt_tab}" />
+ <input name="{$fldname}" type="file" value="{$maindata[3].0.name}" tabindex="{$vt_tab}" /><br>{$APP.LBL_IMG_FORMATS}
<input type="hidden" name="id" value=""/>
{$maindata[3].0.name}
</td>
Modified: vtigercrm/branches/5.0.3/include/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/include/language/en_us.lang.php Wed Jan 17 00:36:27 2007
@@ -628,6 +628,7 @@
'LBL_START_DATE'=>'Start Date',
'LBL_END_DATE'=>'End Date',
'LBL_CREATE_MERGE_TEMPLATE'=>'Create Mail Merge templates ',
+'LBL_IMG_FORMATS'=>'(Only jpg, gif, bmp and png images)',
);
$app_list_strings = array (
More information about the vtigercrm-commits
mailing list