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}
|
{/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}
|
||||||
|
|
Loading…
Reference in a new issue