plus besoin de ce data-
This commit is contained in:
parent
5a6a08d4b7
commit
9ab50eb8b7
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
#SET{name,aut_#ENV{type}}
|
||||
<select id="#GET{name}"
|
||||
[(#ENV{disabled}|oui) disabled]
|
||||
data-id_auteur="#ID_AUTEUR"
|
||||
name="id-#ID_AUTEUR[][#ENV{type}]" class="select select_autorisation chosen" multiple>
|
||||
name="id-#ID_AUTEUR[][#ENV{type}]"
|
||||
class="select select_autorisation chosen"
|
||||
multiple>
|
||||
<option value=""></option>
|
||||
<BOUCLE_choix(DATA){source tableau,#ENV{faire}}>
|
||||
<option value="#VALEUR" [(#VALEUR|in_array{#ENV{autorisations,#ARRAY}}|oui) selected]
|
||||
|
|
Loading…
Add table
Reference in a new issue