[Vtigercrm-commits] [vtiger-commits] r10263 - in /vtigercrm/branches/5.0.3/Smarty/templates: DisplayFields.tpl QuickCreate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 27 10:25:12 EST 2007
Author: saraj
Date: Tue Feb 27 08:25:07 2007
New Revision: 10263
Log:
i18n issue for Files Maximum 6. Fixes #3058
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl
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 Tue Feb 27 08:25:07 2007
@@ -442,7 +442,7 @@
<td colspan="3" width="30%" align=left class="dvtCellInfo">
{if $MODULE eq 'Products'}
<input name="del_file_list" type="hidden" value="">
- <div id="files_list" style="border: 1px solid grey; width: 500px; padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: x-small">Files Maximum 6
+ <div id="files_list" style="border: 1px solid grey; width: 500px; padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: x-small">{$APP.Files_Maximum_6}
<input id="my_file_element" type="file" name="file_1" tabindex="{$vt_tab}" >
{assign var=image_count value=0}
{if $maindata[3].0.name neq ''}
Modified: vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl Tue Feb 27 08:25:07 2007
@@ -339,7 +339,7 @@
<td colspan="3" width="30%" align=left class="cellText">
{if $MODULE eq 'Products'}
<input name="imagelist" type="hidden" value="">
- <div id="files_list" style="border: 1px solid grey; width: 500px; padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: x-small">Files Maximum 6
+ <div id="files_list" style="border: 1px solid grey; width: 500px; padding: 5px; background: rgb(255, 255, 255) none repeat scroll 0%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; font-size: x-small">{$APP.Files_Maximum_6}
<input id="my_file_element" type="file" name="file_1" >
</div>
<script>
More information about the vtigercrm-commits
mailing list