Code

reverted tempkate changes
[gosa.git] / gosa-core / plugins / personal / posix / posix_shadow.tpl
2   <h3>{t}Account settings{/t}</h3>
3   
4    <!-- must_change_password  -->
5    {render acl=$mustchangepasswordACL checkbox=$multiple_support checked=$use_mustchangepassword}
6    <input type="checkbox" class="center" name="mustchangepassword" value="1" {$mustchangepassword}>
7    {/render}
8    {t}User must change password on first login{/t}
9    <br>
10    
11    <!-- shadowMin -->
12    {render acl=$shadowMinACL checkbox=$multiple_support checked=$use_activate_shadowMin}
13    <input type="checkbox" class="center" name="activate_shadowMin" value="1" {$activate_shadowMin}>
14    {/render}
15    {render acl=$shadowMinACL}
16    {$shadowmins}
17    {/render}
18    <br>
19    
20    <!-- activate_shadowMax -->
21    {render acl=$shadowMaxACL checkbox=$multiple_support checked=$use_activate_shadowMax}
22    <input type="checkbox" class="center" name="activate_shadowMax" value="1" {$activate_shadowMax}>
23    {/render}
24    {render acl=$shadowMaxACL}
25    {$shadowmaxs}
26    {/render}
27    <br>
28    
29    <!-- activate_shadowExpire -->
30    {render acl=$shadowExpireACL checkbox=$multiple_support checked=$use_activate_shadowExpire}
31    <table summary="{t}Password expiration settings{/t}" border="0" cellpadding="0" cellspacing="0">
32     <tr>
33      <td>
34       <input type="checkbox" class="center" name="activate_shadowExpire" value="1" {$activate_shadowExpire}>
35       {/render}
36       {t}Password expires on{/t}&nbsp;
37       {render acl=$shadowExpireACL}
38       </td><td style='width:130px'>
39       <input type="text" id="shadowExpire" name="shadowExpire" class="date" style='width:100px' value="{$shadowExpire}">
40       {if $shadowExpireACL|regex_replace:"/[cdmr]/":"" == "w"}
41       <script type="text/javascript">
42       {literal}
43       var datepicker  = new DatePicker({ relative : 'shadowExpire', language : '{/literal}{$lang}{literal}',
44       keepFieldEmpty : true, enableCloseEffect : false, enableShowEffect : false});
45       {/literal}
46       </script>
47       {/if}
48    </td></tr></table>
49    {/render}
50    
51    <!-- shadowInactive -->
52    {render acl=$shadowInactiveACL checkbox=$multiple_support checked=$use_activate_shadowInactive}
53    <input type="checkbox" class="center" name="activate_shadowInactive" value="1" {$activate_shadowInactive}>
54    {/render}
55    {render acl=$shadowInactiveACL}
56    {$shadowinactives}
57    {/render}
58    <br>
59    
60    <!-- activate_shadowWarning -->
61    {render acl=$shadowWarningACL checkbox=$multiple_support checked=$use_activate_shadowWarning}
62    <input type="checkbox" class="center" name="activate_shadowWarning" value="1" {$activate_shadowWarning}>
63    {/render}
64    {render acl=$shadowWarningACL}
65    {$shadowwarnings}
66    {/render}