Code

Updated dns and dhcp integration
[gosa.git] / plugins / admin / users / password.tpl
index 1638f98bcb85540fdfccdf5f0d9ed8d0feead03b..83dfc24948a1236c1b73973ac64cd32b1746b092 100644 (file)
@@ -1,19 +1,19 @@
 <p>
- {t}To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user would't be able to login without it.{/t}
+ {t}To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user wouldn't be able to login without it.{/t}
 </p>
 
 <p>
- {t}Changing the password impinges on your authentification on mail, proxy, samba and unix services.{/t}
+ {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t}
 </p>
 
-<table style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
+<table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
   <tr>
-    <td><b>{t}New password{/t}</b></td>
-    <td><input type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
+    <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
+    <td><input type="password" id="new_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" onFocus="nextfiled= 'password_finish'"></td>
+    <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
+    <td><input type="password" id="repeated_password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
   </tr>
 </table>
 <br>
@@ -26,7 +26,7 @@
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  nextfield= "new_password";
-  document.mainform.new_password.focus();
+       nextfield= "new_password";
+       focus_field('new_password');
   -->
 </script>