Code

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