Amélioration - On peut cliquer sur le texte des checkbox sur le formulaire de recher...
authorx2004lefloch <x2004lefloch@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Jun 2007 23:36:39 +0000 (23:36 +0000)
committerx2004lefloch <x2004lefloch@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 18 Jun 2007 23:36:39 +0000 (23:36 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1859 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/search/quick.form.tpl

index 9231222..26254df 100644 (file)
@@ -37,9 +37,9 @@
     </tr>
     <tr class="noprint">
       <td style="width: 78%">
-        <input type="checkbox" name="with_soundex" value="1" {if $smarty.request.with_soundex}checked="checked"{/if} /> Activer la recherche par proximité sonore
-        <br /><input type='checkbox' name='order' value='date_mod' {if $smarty.request.order eq "date_mod"}checked='checked'{/if} /> Mettre les fiches modifiées récemment en premier
-        <br /><input type='checkbox' name='nonins' readonly="readonly" {if $smarty.request.nonins}checked='checked'{/if} value='1' /> Chercher uniquement des non inscrits
+        <input type="checkbox" name="with_soundex" id="with_soundex" value="1" {if $smarty.request.with_soundex}checked="checked"{/if} /> <label for="with_soundex">Activer la recherche par proximité sonore</label>
+        <br /><input type='checkbox' name='order' id="order" value='date_mod' {if $smarty.request.order eq "date_mod"}checked='checked'{/if} /> <label for="order">Mettre les fiches modifiées récemment en premier</label>
+        <br /><input type='checkbox' name='nonins' id="nonins" readonly="readonly" {if $smarty.request.nonins}checked='checked'{/if} value='1' /> <label for="nonins">Chercher uniquement des non inscrits</label>
       </td>
     {else}
     <tr class="noprint">