[Vtigercrm-commits] [vtiger-commits] r9822 - /vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Nov 13 07:00:03 EST 2006


Author: richie
Date: Mon Nov 13 04:59:54 2006
New Revision: 9822

Log:
Changes are done for Quick Create Label

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/Header.tpl Mon Nov 13 04:59:54 2006
@@ -78,14 +78,14 @@
                                 <select class=small id="qccombo" style="width:120px"  onclick="QCreate(this);">
 					<option value="none">{$APP.LBL_QUICK_CREATE}...</option>
                         {foreach  item=detail from=$QCMODULE}
-                                        <option value="{$detail.1}">{$APP[$detail.0]}</option>
+                                        <option value="{$detail.1}">{$APP.NEW}&nbsp;{$APP[$detail.0]}</option>
                         {/foreach}
                                 </select>
                         {else}
                                 <select class=small id="qccombo" style="width:120px"  onchange="QCreate(this);">
 					<option value="none">{$APP.LBL_QUICK_CREATE}...</option>
                         {foreach  item=detail from=$QCMODULE}
-                                        <option value="{$detail.1}">{$APP[$detail.0]}</option>
+                                        <option value="{$detail.1}">{$APP.NEW}&nbsp;{$APP[$detail.0]}</option>
                         {/foreach}
                                 </select>
 





More information about the vtigercrm-commits mailing list