You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
829 B
HTML
24 lines
829 B
HTML
<div class="formulaire_spip formulaire_configurer formulaire_#FORM">
|
|
<h3 class="titrem"><:territoires:cfg_titre_parametrages:/></h3>
|
|
|
|
[<p class="reponse_formulaire reponse_formulaire_ok">(#ENV*{message_ok})</p>]
|
|
[<p class="reponse_formulaire reponse_formulaire_erreur">(#ENV*{message_erreur})</p>]
|
|
|
|
<form method="post" action="#ENV{action}">
|
|
<div>
|
|
#ACTION_FORMULAIRE
|
|
<input type="hidden" name="_meta_casier" value="territoires" />
|
|
|
|
<div class="editer-groupe">
|
|
[(#SAISIE{choisir_objets, association_objets,
|
|
label=<:territoires:cfg_label_objets_associes:>,
|
|
exclus=#LISTE{spip_territoires},
|
|
conteneur_class=long_label,
|
|
})]
|
|
</div>
|
|
|
|
<p class="boutons"><span class="image_loading"> </span><input type="submit" class="submit" value="<:bouton_enregistrer|attribut_html:/>" /></p>
|
|
</div>
|
|
</form>
|
|
</div>
|