From 2d5cf872d5a257de49e38000791a9b1abd6ec1e1 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Mar 2010 16:37:46 +0000 Subject: [PATCH] reverted tempkate changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16000 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/generic.tpl | 228 +++++++++---------- 1 file changed, 110 insertions(+), 118 deletions(-) diff --git a/gosa-core/plugins/personal/posix/generic.tpl b/gosa-core/plugins/personal/posix/generic.tpl index bfdda0e6a..b1ac572d7 100644 --- a/gosa-core/plugins/personal/posix/generic.tpl +++ b/gosa-core/plugins/personal/posix/generic.tpl @@ -1,17 +1,14 @@ - - -
-
-
- -

{t}Generic{/t}

- - +
+ + + + + +
+

{image path="images/rightarrow.png"} {t}Generic{/t} +

+ @@ -51,7 +48,7 @@ {if !$multiple_support} -
{$must} {render acl=$homeDirectoryACL checkbox=$multiple_support checked=$use_homeDirectory} - + {/render}
+
{render acl=$force_idsACL} @@ -85,27 +82,19 @@
{/if} - - {if $sshPublicKey == 1} - - {render acl=$sshPublicKeyACL} -

{t}SSH keys{/t}

- - {/render} - {/if} - - - -
-
- -

{t}Group membership{/t}

+
+   + +

{image path="plugins/posix/images/members.png"} {t}Group membership{/t} +

{if $groups eq "too_many_for_nfs"} - {t}(Warning: more than 16 groups are not supported by NFS!){/t} -
+ {t}(Warning: more than 16 groups are not supported by NFS!){/t} +
{/if} {render acl=$groupMembershipACL} - {if !$multiple_support} {html_options options=$groupMembership} {else} @@ -128,103 +117,106 @@ {/render} +
-
-
-
- -
- -
- -
-
-
+

 

+ + + + + + +
+ {if $sshPublicKey == 1} + {render acl=$sshPublicKeyACL} +

{image path="images/lists/key.png"} {t}SSH keys{/t} +

+ + +
+ {/render} + {/if} +

{image path="plugins/posix/images/terminal_small.png"} {t}Account{/t} +

{include file="$pwmode.tpl"} - - - -
-
- -

{t}System trust{/t}

- +
+   + +

{image path="images/lists/locked.png"} {t}System trust{/t} +

{if !$multiple_support} - {t}Trust mode{/t}  - {render acl=$trustmodeACL} - - {/render} - {render acl=$trustmodeACL} - - {/render} - -
- - {render acl=$trustmodeACL} -   - {/render} - {render acl=$trustmodeACL} - - {/render} - - {else} - - - {t}Trust mode{/t}  - - - {/if} - - - + {t}Trust mode{/t}  + {render acl=$trustmodeACL} + +{/render} +{render acl=$trustmodeACL} + +{/render} +
+{render acl=$trustmodeACL} +  + +{/render} +{render acl=$trustmodeACL} + + +{/render} + +{else} + +{t}Trust mode{/t}  + - -
- +{/if} +
{if $multiple_support} - + {/if} + + -- 2.30.2