[Vtigercrm-commits] [vtiger-commits] r9950 - /vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Dec 8 04:42:29 EST 2006
Author: richie
Date: Fri Dec 8 02:42:25 2006
New Revision: 9950
Log:
changes made for i18N support
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/QuickCreate.tpl
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 Fri Dec 8 02:42:25 2006
@@ -69,7 +69,11 @@
<select name="{$fldname}">
{foreach item=arr from=$fldvalue}
{foreach key=sel_value item=value from=$arr}
+ {if $MOD.$sel_value neq ''}
+ <option value="{$sel_value}" {$value}>{$MOD.$sel_value}</option>
+ {else}
<option value="{$sel_value}" {$value}>{$sel_value}</option>
+ {/if}
{/foreach}
{/foreach}
</select>
More information about the vtigercrm-commits
mailing list