[Vtigercrm-commits] [vtiger-commits] r10708 - /vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 17 10:50:23 EDT 2007
Author: richie
Date: Tue Apr 17 08:50:19 2007
New Revision: 10708
Log:
* Fixed i18n issue, Fixed #3643
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/CustomView.tpl Tue Apr 17 08:50:19 2007
@@ -502,7 +502,7 @@
{/foreach}
{/foreach}
</select> <select name="fop4" id="fop4">
- <option value="">None</option>
+ <option value="">{$MOD.LBL_NONE}</option>
{foreach item=criteria from=$FOPTION4}
<option {$criteria.selected} value={$criteria.value}>{$criteria.text}</option>
{/foreach}
More information about the vtigercrm-commits
mailing list