- LSformElement_select : Correction du template

This commit is contained in:
Benjamin Renard 2008-10-27 10:17:23 +00:00
parent f2b9941973
commit 912a90f4fd

View file

@ -7,7 +7,11 @@
{/foreach}
</ul>
{else}
<select name='{$attr_name}[]' {if $multiple}multiple{/if} class='LSformElement_select'>
{html_options options=$possible_values selected=$values}
</select>
<ul class='LSform'>
<li>
<select name='{$attr_name}[]' {if $multiple}multiple{/if} class='LSformElement_select'>
{html_options options=$possible_values selected=$values}
</select>
</li>
</ul>
{/if}