[(#REM) Soit un bouton de création rapide ]
[(#CONFIG{selections_editoriales/reutilisation}|non)
#SET{icone-objet,#VAL{selection}|objet_icone{24}|extraire_attribut{src}}
#SET{icone-add,#CHEMIN_IMAGE{add-24}|balise_img|inserer_attribut{style,#VAL{background-image:url\(}|concat{#GET{icone-objet},\)}}}
[(#BOUTON_ACTION{
#GET{icone-add}
<:selection:texte_ajouter_selection:>,
#URL_ACTION_AUTEUR{ajouter_selection_objet,#OBJET-#ID_OBJET,#GET{self}},
ajax icone add selection-24 s24 #LANG_RIGHT,
'',
<:selection:texte_creer_associer_selection:>
})]
]
[(#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)
[(#GET{self}|parametre_url{ajouter,selection}|ancre_url{selections_ajouter}
|icone_verticale{<:selection:texte_ajouter_selection:>,selection,add,ajax right, #LANG_RIGHT})]
]
[(#ENV{ajouter}|=={selection}|oui)
#FORMULAIRE_AJOUTER_SELECTION{
#ENV{objet},
#ENV{id_objet},
#ARRAY{
url_fermer,#GET*{self},
ajaxreload,selections_liees,
}
}
]
]
]