les membres peuvent tous ajouter un article "Agenda"
This commit is contained in:
parent
2952f1ded9
commit
ead3ed3ce1
1 changed files with 13 additions and 4 deletions
|
@ -142,6 +142,7 @@
|
||||||
[(#SESSION{statut}|=={0minirezo}|non)
|
[(#SESSION{statut}|=={0minirezo}|non)
|
||||||
[(#SESSION{id_auteur}|setenv{id_auteur})]
|
[(#SESSION{id_auteur}|setenv{id_auteur})]
|
||||||
]
|
]
|
||||||
|
[(#REM) les membres ne peuvent publier que dans l'espace membre + leur groupe, les admins dans toutes les rubriques]
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend><i class="fas fa-globe"></i> Groupe</legend>
|
<legend><i class="fas fa-globe"></i> Groupe</legend>
|
||||||
|
@ -162,14 +163,23 @@
|
||||||
[(#UNSEUL|=={oui}|oui)
|
[(#UNSEUL|=={oui}|oui)
|
||||||
<option value=""> </option>
|
<option value=""> </option>
|
||||||
]
|
]
|
||||||
<BOUCLE_mots_admin(GROUPES_MOTS){grigri != tags}{si #SESSION{statut}|=={0minirezo}}{id_groupe!=#CONFIG{balint/id_mots_espace_membre}}>
|
<BOUCLE_agenda(MOTS){par rang}{titre=agenda}>
|
||||||
|
#SET{selected,''}
|
||||||
|
<BOUCLE_arts_agenda(ARTICLES){id_article?}{id_mot?}>
|
||||||
|
[(#ID_MOT|oui) #SET{selected, selected}]
|
||||||
|
</BOUCLE_arts_agenda>
|
||||||
|
<optgroup label="Accueil">
|
||||||
|
<option value="#ID_MOT" #GET{selected}>#TITRE</option>
|
||||||
|
</optgroup>
|
||||||
|
|
||||||
|
</BOUCLE_agenda>
|
||||||
|
<BOUCLE_mots_admin(GROUPES_MOTS){grigri != tags}{si #SESSION{statut}|=={0minirezo}}{id_groupe!=#CONFIG{balint/id_mots_espace_membre}}>
|
||||||
<optgroup label="#TITRE">
|
<optgroup label="#TITRE">
|
||||||
<BOUCLE_mot(MOTS){id_groupe}{par rang}>
|
<BOUCLE_mot(MOTS){id_groupe}{par rang}{titre!=agenda}>
|
||||||
#SET{selected,''}
|
#SET{selected,''}
|
||||||
<BOUCLE_arts(ARTICLES){id_article?}{id_mot?}>
|
<BOUCLE_arts(ARTICLES){id_article?}{id_mot?}>
|
||||||
[(#ID_MOT|oui) #SET{selected, selected}]
|
[(#ID_MOT|oui) #SET{selected, selected}]
|
||||||
</BOUCLE_arts>
|
</BOUCLE_arts>
|
||||||
|
|
||||||
<option value="#ID_MOT" #GET{selected}>#TITRE</option>
|
<option value="#ID_MOT" #GET{selected}>#TITRE</option>
|
||||||
</BOUCLE_mot>
|
</BOUCLE_mot>
|
||||||
</optgroup>
|
</optgroup>
|
||||||
|
@ -181,7 +191,6 @@
|
||||||
<BOUCLE_arts2(ARTICLES){id_article?}{id_mot?}>
|
<BOUCLE_arts2(ARTICLES){id_article?}{id_mot?}>
|
||||||
[(#ID_MOT|oui) #SET{selected, selected}]
|
[(#ID_MOT|oui) #SET{selected, selected}]
|
||||||
</BOUCLE_arts2>
|
</BOUCLE_arts2>
|
||||||
|
|
||||||
<option value="#ID_MOT" #GET{selected}>#TITRE</option>
|
<option value="#ID_MOT" #GET{selected}>#TITRE</option>
|
||||||
</BOUCLE_mot2>
|
</BOUCLE_mot2>
|
||||||
</optgroup>
|
</optgroup>
|
||||||
|
|
Loading…
Add table
Reference in a new issue