correction pour que formulaire config affiche bien les destinataires enregistrés
This commit is contained in:
parent
be1e10e290
commit
9ead585261
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
<select id="id_contact" name="Tid_destinataires[]" class="chosen" multiple>
|
||||
<option value=""> </option>
|
||||
<BOUCLE_auteurs(AUTEURS){tous}{par nom}>
|
||||
<option value="#ID_AUTEUR" [(#ID_AUTEUR|=={#ENV{id_contact}}|oui) selected]>#NOM</option>
|
||||
<option value="#ID_AUTEUR" [(#ENV{Tid_destinataires}|find{#ID_AUTEUR}|oui) selected]>#NOM</option>
|
||||
</BOUCLE_auteurs>
|
||||
</select>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Reference in a new issue