mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
- LSformElement_select : Correction du template
This commit is contained in:
parent
f2b9941973
commit
912a90f4fd
1 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,11 @@
|
|||
{/foreach}
|
||||
</ul>
|
||||
{else}
|
||||
<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}
|
||||
|
|
Loading…
Reference in a new issue