[Vtigercrm-commits] [vtiger-commits] r9705 - in /vtigercrm/branches/5.0.2: Smarty/templates/QuickCreate.tpl modules/Calendar/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 26 08:42:56 EDT 2006
Author: richie
Date: Thu Oct 26 06:41:32 2006
New Revision: 9705
Log:
* Modified to translate the Activity Types(Call and Meeting), Fixes #2323
Modified:
vtigercrm/branches/5.0.2/Smarty/templates/QuickCreate.tpl
vtigercrm/branches/5.0.2/modules/Calendar/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.2/Smarty/templates/QuickCreate.tpl
==============================================================================
--- vtigercrm/branches/5.0.2/Smarty/templates/QuickCreate.tpl (original)
+++ vtigercrm/branches/5.0.2/Smarty/templates/QuickCreate.tpl Thu Oct 26 06:41:32 2006
@@ -68,10 +68,9 @@
<td width="30%" align=left class="cellText">
<select name="{$fldname}">
{foreach item=arr from=$fldvalue}
- {foreach key=sel_value item=value from=$arr}
- <option value="{$sel_value}" {$value}>{$sel_value}</option>
- {/foreach}
-
+ {foreach key=sel_value item=value from=$arr}
+ <option value="{$sel_value}" {$value}>{$MOD.$sel_value}</option>
+ {/foreach}
{/foreach}
</select>
</td>
Modified: vtigercrm/branches/5.0.2/modules/Calendar/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.2/modules/Calendar/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.2/modules/Calendar/language/en_us.lang.php Thu Oct 26 06:41:32 2006
@@ -402,6 +402,8 @@
'Pending Input'=>'Pending Input',
'LBL_REMAINDER_DAY'=>'days',
'LBL_REMAINDER_HRS'=>'hrs',
+'Call'=>'Call',
+'Meeting'=>'Meeting',
);
More information about the vtigercrm-commits
mailing list