You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#SET{exclus,#ENV{id}|roles_presents_sur_id{#ENV{objet_source},#ENV{objet},#ENV{id_objet},#ENV{_objet_lien}}}
|
|
|
|
<B_roles>
|
|
|
|
<select class="selection_roles chosen" name="definir_roles\[#ENV{cle}\]\[\]" title="<:roles:selectionner_roles|attribut_html:>"
|
|
|
|
multiple="multiple" data-placeholder="<:roles:choisir_role|attribut_html:>">
|
|
|
|
<BOUCLE_roles(DATA){source table,#ENV{roles/roles/choix}}{valeur !IN #GET{exclus}}>
|
|
|
|
<option value="#VALEUR"[ (#VALEUR|in_any{#ENV{definir_roles/#ENV{cle}}})selected='selected']>
|
|
|
|
[(#VALEUR|role{#ENV{table_source}})]
|
|
|
|
</option>
|
|
|
|
</BOUCLE_roles>
|
|
|
|
</select>
|
|
|
|
</B_roles>
|