Code

reverted template design
[gosa.git] / gosa-core / plugins / personal / generic / password.tpl
1 <p>
2  {t}You have changed the method your password is stored in the ldap database. For that reason you've to enter your password at this point again. GOsa will then encode it with the selected method.{/t}
3 </p>
5 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
6   <tr>
7     <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
8     <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
9   </tr>
10   <tr>
11     <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
12     <td><input id="repeated_password" type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
13   </tr>
14 </table>
15 <br>
16 <p class="plugbottom">
17   <button type='submit' name='password_finish'>{t}Set password{/t}</button>
19   &nbsp;
20   <button type='submit' name='password_cancel'>{msgPool type=cancelButton}</button>
22 </p>
24 <!-- Place cursor -->
25 <script language="JavaScript" type="text/javascript">
26   <!-- // First input field on page
27         nextfield= "new_password";
28         focus_field('new_password');
29   -->
30 </script>