Le rattachement d'un article à un groupe est simplifié
This commit is contained in:
parent
76f82e93c7
commit
ba25af90e9
1 changed files with 3 additions and 9 deletions
|
@ -147,15 +147,9 @@
|
|||
|
||||
<select id="id_groupe" name="id_groupe" class="chosen">
|
||||
<option value=""> </option>
|
||||
<BOUCLE_pays(RUBRIQUES){id_parent = #CONFIG{balint/id_rub_groupes}}{tout}>
|
||||
<optgroup label="#TITRE">
|
||||
<BOUCLE_villes(ARTICLES){id_rubrique = #ID_RUBRIQUE}{fusion surtitre}{par surtitre}>
|
||||
<BOUCLE_groupes(ARTICLES){surtitre = #SURTITRE}{0,1}{id_auteur?}>
|
||||
<option value="#ID_ARTICLE" [(#ENV{id_groupe}|=={#ID_ARTICLE}|oui) selected="selected"]>#SURTITRE</option>
|
||||
</BOUCLE_groupes>
|
||||
<BOUCLE_villes(ARTICLES){id_rubrique = #CONFIG{balint/id_rub_groupes}}>
|
||||
<option value="#ID_ARTICLE" [(#ENV{id_groupe}|=={#ID_ARTICLE}|oui) selected="selected"]>#TITRE</option>
|
||||
</BOUCLE_villes>
|
||||
</optgroup>
|
||||
</BOUCLE_pays>
|
||||
</select>
|
||||
</fieldset>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue