[Vtigercrm-commits] [vtiger-commits] r4424 - /vtigercrm/trunk/Smarty/templates/salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 07:22:34 EST 2006
Author: saraj
Date: Fri Mar 24 05:22:29 2006
New Revision: 4424
Log:
changes made to integrate multiselect combo box
Modified:
vtigercrm/trunk/Smarty/templates/salesEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Fri Mar 24 05:22:29 2006
@@ -318,6 +318,19 @@
{/foreach}
</select>
</td>
+ {elseif $uitype eq 33}
+ <td width="20%" class="dvtCellLabel" align=right>
+ {$fldlabel}
+ </td>
+ <td width="30%" align=left class="dvtCellInfo">
+ <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>
+ {/foreach}
+ {/foreach}
+ </select>
+ </td>
{elseif $uitype eq 53}
<td width="20%" class="dvtCellLabel" align=right>
More information about the vtigercrm-commits
mailing list