Files
Froxlor/templates/formfields/option.tpl
Michael Kaufmann (d00p) 9907afe630 ininitial froxlor commit;
'reverted' old-style update-process;
removed billing-classes, -functions and -templates;
some sql-fixes;
2010-01-20 09:12:52 +00:00

5 lines
301 B
Smarty

<tr>
<td class="main_field_name"<if $multiple == true> valign="top"</if>>{$label}</td>
<td class="main_field_display" nowrap="nowrap"><select class="dropdown_noborder" name="{$fieldname}<if $multiple == true>[]</if>"<if $multiple == true> multiple="multiple"</if>>{$options}</select></td>
</tr>