Code

Avoid removing of FAIobject
[gosa.git] / plugins / admin / systems / password.tpl
index e810ea999f46b1dde7effb975c02f8d15ba643a9..6fb9cdb057ccb2cad5cea97fb233467d0d8ddb40 100644 (file)
@@ -1,5 +1,8 @@
 <p>
- {t}To change the terminal root password use the fields below. The changes take effect during next reboot. Please memorize the new password, because the you would't be able to log in. <b>Leave fields blank for password inheritance from default entries.</b>{/t}
+ {t}To change the terminal root password use the fields below. The changes take effect during the next reboot. Please memorize the new password, because you wouldn't be able to log in.{/t}
+</p>
+<p>
+ <b>{t}Leave fields blank for password inheritance from default entries.{/t}</b>
 </p>
 
 <p>
 
 <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"
+    <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 type="password" id="repeated_password" name="repeated_password" size="30" maxlength="40"
                onFocus="nextfield= 'password_finish';"></td>
   </tr>
 </table>