[Vtigercrm-commits] [vtiger-commits] r5715 - /vtigercrm/trunk/Smarty/templates/Header.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 3 10:11:32 EDT 2006
Author: don
Date: Wed May 3 08:11:28 2006
New Revision: 5715
Log:
i18n of quick create label done
Modified:
vtigercrm/trunk/Smarty/templates/Header.tpl
Modified: vtigercrm/trunk/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Header.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Header.tpl Wed May 3 08:11:28 2006
@@ -56,7 +56,7 @@
<select class=small style="width:120px" title="Create New" onchange="QCreate(this);">
{foreach item=detail from=$QCMODULE}
- <option value="{$detail.1}">New -{$detail.0}</option>
+ <option value="{$detail.1}">{$APP[$detail.0]}</option>
{/foreach}
</select>
</td>
More information about the vtigercrm-commits
mailing list