You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
808 B
26 lines
808 B
<div class="formulaire_spip formulaire_configurer formulaire_#FORM"> |
|
|
|
[<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{#ENV{action}} |
|
<input type="hidden" name="_meta_casier" value="contrib" /> |
|
|
|
<div class="editer-groupe"> |
|
[(#SAISIE{selection_multiple, secteurs, |
|
explication=<:contrib:configuration_secteur_galaxie_explication:>, |
|
label=<:contrib:configuration_secteur_galaxie_label:>, |
|
data=#ENV{_secteur_possibles}, |
|
})] |
|
|
|
</div> |
|
|
|
<p class="boutons"> |
|
<span class="image_loading"> </span> |
|
<input type="submit" class="submit" value="<:bouton_enregistrer:>" /> |
|
</p> |
|
</div> |
|
</form> |
|
</div>
|
|
|