[Vtigercrm-commits] [vtiger-commits] r6469 - /vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 26 10:16:00 EDT 2006
Author: saraj
Date: Fri May 26 08:15:56 2006
New Revision: 6469
Log:
changes made for multiselect combo field
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 Fri May 26 08:15:56 2006
@@ -65,7 +65,7 @@
{$fldlabel}
</td>
<td width=30% align=left class="dvtCellInfo">
- <textarea value="{$fldvalue}" name="{$fldname}" class=detailedViewTextBox onFocus="this.className='detailedViewTextBoxOn'"onBlur="this.className='detailedViewTextBox'" rows=2>{$fldvalue}</textarea>
+ <textarea value="{$fldvalue}" name="{$fldname}" class=detailedViewTextBox onFocus="this.className='detailedViewTextBoxOn'" onBlur="this.className='detailedViewTextBox'" rows=2>{$fldvalue}</textarea>
</td>
{elseif $uitype eq 15 || $uitype eq 16}
<td width="20%" class="dvtCellLabel" align=right>
@@ -88,7 +88,7 @@
{$fldlabel}
</td>
<td width="30%" align=left class="dvtCellInfo">
- <select MULTIPLE name="{$fldname}" size="2">
+ <select MULTIPLE name="{$fldname}[]" size="2">
{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