[Vtigercrm-commits] [vtiger-commits] r9239 - /vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Sep 4 00:00:44 EDT 2006
Author: saraj
Date: Sun Sep 3 22:00:41 2006
New Revision: 9239
Log:
display for multiselect combo box in EditView has been changed --Minnie
Modified:
vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
Modified: vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DisplayFields.tpl Sun Sep 3 22:00:41 2006
@@ -100,7 +100,7 @@
{$fldlabel}
</td>
<td width="30%" align=left class="dvtCellInfo">
- <select MULTIPLE name="{$fldname}[]" size="2" tabindex="{$vt_tab}" >
+ <select MULTIPLE name="{$fldname}[]" size="5" tabindex="{$vt_tab}" >
{foreach item=arr from=$fldvalue}
{foreach key=sel_value item=value from=$arr}
<option value="{$sel_value}" {$value}>{$sel_value}</option>
More information about the vtigercrm-commits
mailing list