Code

Mass table tag fixing
[gosa.git] / plugins / admin / users / password.tpl
1 <p>
2  {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}
3 </p>
5 <p>
6  {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t}
7 </p>
9 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
10   <tr>
11     <td><b>{t}New password{/t}</b></td>
12     <td><input type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
13   </tr>
14   <tr>
15     <td><b>{t}Repeat new password{/t}</b></td>
16     <td><input type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
17   </tr>
18 </table>
19 <br>
20 <p class="plugbottom">
21   <input type=submit name="password_finish" value="{t}Set password{/t}">
22   &nbsp;
23   <input type=submit name="password_cancel" value="{t}Cancel{/t}">
24 </p>
26 <!-- Place cursor -->
27 <script language="JavaScript" type="text/javascript">
28   <!-- // First input field on page
29   nextfield= "new_password";
30   document.mainform.new_password.focus();
31   -->
32 </script>