[Vtigercrm-commits] [vtiger-commits] r4944 - /vtigercrm/trunk/Smarty/templates/Header.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 6 09:37:40 EDT 2006
Author: saraj
Date: Thu Apr 6 07:37:36 2006
New Revision: 4944
Log:
value attribute has been included for option tag
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 Thu Apr 6 07:37:36 2006
@@ -59,7 +59,7 @@
<select class=small style="width:120px" title="Create New" onchange="QCreate(this);">
<option>Quick create...{$maintabs}</option>
{foreach key=number item=module from=$detail}
- <option>New -{$module}</option>
+ <option value="{$module}">New -{$module}</option>
{/foreach}
</select>
{/if}
More information about the vtigercrm-commits
mailing list