Subversion-Projekte lars-tiefland.marine-sales.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
{section loop=$dropdown_hersteller name=d_ind}
2
{if $dropdown_hersteller[d_ind].typ!=3}
3
<div style="float:left;">
4
    <select name="{$dropdown_hersteller[d_ind].name}" id="{$dropdown_hersteller[d_ind].id}" style="width:200px;margin-bottom:5px;">
5
        <option>Hersteller:</option>
6
        {html_options options=$dropdown_hersteller[d_ind].options selected=$dropdown_hersteller[d_ind].selected}
7
    </select>
8
</div>
9
{/if}
10
{/section}