Code

Fixed ogroup saving
[gosa.git] / plugins / personal / posix / posix_shadow.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
2  <tr>
3   <td style="width:50%; vertical-align:top;">
4    <input type=checkbox name="must_change_password" value="1" {$must_change_password} {$must_change_passwordACL}>
5    {t}User must change password on first login{/t}
6    <br>
7    <input type=checkbox name="use_shadowMin" value="1" {$use_shadowMin} {$shadowMinACL}>
8    {$shadowmins}
9    <br>
10    <input type=checkbox name="use_shadowMax" value="1" {$use_shadowMax} {$shadowMaxACL}>
11    {$shadowmaxs}
12    <br>
13    <input type=checkbox name="use_shadowExpire" value="1" {$use_shadowExpire} {$shadowExpireACL}>
14    {t}Password expires on{/t}
15    <select name=day onChange="createResult(this.form,this.form.shadowExpire);" {$shadowExpireACL}>
16     {html_options values=$days output=$days selected=$day}
17    </select>
18    <select name=month onChange="populate(this.form,this.form.shadowExpire);" {$shadowExpireACL}>
19     {html_options options=$months selected=$month}
20    </select>
21    <select name=year onChange="populate(this.form,this.form.shadowExpire);" {$shadowExpireACL}>
22     {html_options values=$years output=$years selected=$year}
23    </select>
24    <input type="hidden" name="shadowExpire" value="{$shadowExpire}">
25    <br>
26    <input type=checkbox name="use_shadowInactive" value="1" {$use_shadowInactive} {$shadowInactiveACL}>
27    {$shadowinactives}
28    <br>
29    <input type=checkbox name="use_shadowWarning" value="1" {$use_shadowWarning} {$shadowWarningACL}>
30    {$shadowwarnings}
31   </td>
32  </tr>
33 </table>
35 <!-- Place cursor -->
36 <script language="JavaScript" type="text/javascript">
37   <!--
38   // Populate expiery dialog
39   populate(document.mainform,document.mainform.shadowExpire);
40   -->
41 </script>