[Vtigercrm-commits] [vtiger-commits] r4423 - /vtigercrm/trunk/Smarty/templates/CreateView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 07:19:32 EST 2006
Author: saraj
Date: Fri Mar 24 05:19:26 2006
New Revision: 4423
Log:
code for multiselectcombobox has been included
Modified:
vtigercrm/trunk/Smarty/templates/CreateView.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateView.tpl Fri Mar 24 05:19:26 2006
@@ -296,6 +296,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