[(#REM) Soit un bouton de création rapide ]
[(#CONFIG{selections_editoriales/reutilisation}|non)
[(#BOUTON_ACTION{
[
(#CHEMIN_IMAGE{selection-add-24}|balise_img)] <:selection:texte_ajouter_selection:>,
#URL_ACTION_AUTEUR{ajouter_selection_objet,#OBJET-#ID_OBJET,#GET{self}},
ajax add,
'',
<:selection:texte_creer_associer_selection:>
}|ajouter_class{#GET{class_float}})]
]
[(#REM) Soit le formulaire d'ajout qui permet en plus de réutiliser des sélections existantes ]
[(#CONFIG{selections_editoriales/reutilisation}|oui)
[(#ENV{ajouter}|=={selection}|non)
[(#CHEMIN_IMAGE{selection-add-24}|balise_img)] <:selection:texte_ajouter_selection:>
]
[(#ENV{ajouter}|=={selection}|oui)
#FORMULAIRE_AJOUTER_SELECTION{
#ENV{objet},
#ENV{id_objet},
#ARRAY{
url_fermer,#GET*{self},
ajaxreload,selections_liees,
}
}
]
]
]