usability: add label for password confirmation field in registration form
authorNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sat, 28 Dec 2013 19:43:39 +0000 (20:43 +0100)
committerNicolas Iooss <nicolas.iooss_git@polytechnique.org>
Sun, 29 Dec 2013 10:57:39 +0000 (11:57 +0100)
templates/register/step3.tpl

index b04dfe3..ea03229 100644 (file)
       </td>
       <td>
         <input type="hidden" name="pwhash" />
-        <input type="password" size="10" maxlength="256" name="password1" /><br/>
+        <input type="password" size="10" maxlength="256" name="password1" />
+      </td>
+    </tr>
+    <tr class="impair">
+      <td class="titre">
+        Confirmation du mot de passe
+      </td>
+      <td>
         <input type="password" size="10" maxlength="256" name="password2" /> (retape ton mot de passe)<br />
         {checkpasswd prompt="password1" text="Terminer la prĂ©-inscription"}
       </td>