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