Code

Added Label Tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jul 2005 08:36:08 +0000 (08:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jul 2005 08:36:08 +0000 (08:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@975 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/password/password.tpl

index fdf2b2e1a92345d1115919534c7f40c9e98e0be2..9dadcbf77ee4e98822fe624eea054688764c949f 100644 (file)
 
 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
   <tr>
-    <td><b>{t}Current password{/t}</b></td>
-    <td><input type="password" name="current_password" size="30" maxlength="40"
+    <td><b><LABEL for="current_password">{t}Current password{/t}</LABEL></b></td>
+    <td><input id="current_password" type="password" name="current_password" size="30" maxlength="40"
                onFocus="nextfield= 'new_password';"></td>
   </tr>
   <tr>
-    <td><b>{t}New password{/t}</b></td>
-    <td><input type="password" name="new_password" size="30" maxlength="40"
+    <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
+    <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40"
                onFocus="nextfield= 'repeated_password';"></td>
   </tr>
   <tr>
-    <td><b>{t}Repeat new password{/t}</b></td>
-    <td><input type="password" name="repeated_password" size="30" maxlength="40"
+    <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
+    <td><input id="repeated_password" type="password" name="repeated_password" size="30" maxlength="40"
                onFocus="nextfield= 'password_finish';"></td>
   </tr>
 </table>