Subversion-Projekte lars-tiefland.shop_ns

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{section loop=$dropdown_opts name=d_ind}
<div style="float:left;">
    <select name="{$dropdown_opts[d_ind].name}" id="{$dropdown_opts[d_ind].id}" style="width:200px;margin-bottom:5px;">
        {html_options options=$dropdown_opts[d_ind].options selected=$dropdown_opts[d_ind].selected}
    </select>
</div>
{/section}