- 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} {/foreach}
</ul> </ul>
{else} {else}
<select name='{$attr_name}[]' {if $multiple}multiple{/if} class='LSformElement_select'> <ul class='LSform'>
{html_options options=$possible_values selected=$values} <li>
</select> <select name='{$attr_name}[]' {if $multiple}multiple{/if} class='LSformElement_select'>
{html_options options=$possible_values selected=$values}
</select>
</li>
</ul>
{/if} {/if}