[Vtigercrm-commits] [vtiger-commits] r4503 - /vtigercrm/trunk/Smarty/templates/CreateView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 27 23:59:01 EST 2006
Author: saraj
Date: Mon Mar 27 21:58:57 2006
New Revision: 4503
Log:
changes made for uitype 33
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 Mon Mar 27 21:58:57 2006
@@ -701,6 +701,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