From a0bf7e503434ae9cc6993a8c33f1409fdc416be0 Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Wed, 10 May 2006 11:53:12 +0000 Subject: [PATCH] =?UTF-8?q?Formulaire=20recherche=20avec=20ancre=20et=20la?= =?UTF-8?q?bel=20(sans=20re=CC=81pe=CC=81tition=20d'ID=20;)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formulaires/formulaire_recherche.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/formulaires/formulaire_recherche.html b/formulaires/formulaire_recherche.html index 5a7215df83..6a416c49c4 100644 --- a/formulaires/formulaire_recherche.html +++ b/formulaires/formulaire_recherche.html @@ -1,9 +1,10 @@ <div class="formulaire_spip formulaire_recherche"> +<a name="formulaire_recherche" id="formulaire_recherche"></a> <form action="[(#ENV{lien})]" method="get"> -[(#ENV{lien}|form_hidden)] - -<input type="text" class="forml" name="recherche" id="formulaire_recherche" value="[(#ENV{recherche}|sinon{<:info_rechercher:>})]" /> - + [(#ENV{lien}|form_hidden)] + <label for="recherche"><:info_rechercher:></label> + <input type="text" class="forml" name="recherche" id="recherche" value="[(#ENV{recherche}|sinon{<:info_rechercher:>})]" /> </form> + </div> \ No newline at end of file -- GitLab