Add a for attribute to a label in the password prompt template
authorx2004lefloch <x2004lefloch@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 20 Jul 2007 18:09:22 +0000 (18:09 +0000)
committerx2004lefloch <x2004lefloch@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 20 Jul 2007 18:09:22 +0000 (18:09 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1886 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/core/password_prompt.tpl

index 6dc3ddf..daa4b50 100644 (file)
@@ -100,7 +100,7 @@ Si tu n'es pas {insert name="getName"}, change le login ci-dessous, ou rends-toi
       <td {popup caption='Connexion permanente' width='300' text='Coche cette case pour être automatiquement reconnu à ta prochaine connexion
         depuis cet ordinateur.<br />
         Il n\'est pas conseillé de cocher la case si cette machine n\'est pas <b>strictement</b> personnelle'}>
-        <input type="checkbox" name="remember" /> Garder l'accès aux services après déconnexion
+        <input type="checkbox" name="remember" id="remember" /><label for="remember">Garder l'accès aux services après déconnexion</label>
       </td>
     </tr>
     <tr>