From dd4d677f21e7021514899cc9a01857eea4ab9c9f Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Mar 2010 14:37:04 +0000 Subject: [PATCH] Added div container style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15992 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/generic.tpl | 49 ++++++++++++++++---- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/gosa-core/plugins/personal/posix/generic.tpl b/gosa-core/plugins/personal/posix/generic.tpl index 8517dc877..9a3c500fd 100644 --- a/gosa-core/plugins/personal/posix/generic.tpl +++ b/gosa-core/plugins/personal/posix/generic.tpl @@ -1,4 +1,9 @@ + +
+
+
+

{t}Generic{/t}

@@ -81,13 +86,28 @@
{/if} + {if $sshPublicKey == 1} + +
+ + {render acl=$sshPublicKeyACL} +

{t}SSH keys{/t}

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

{t}Group membership{/t}

{if $groups eq "too_many_for_nfs"} {t}(Warning: more than 16 groups are not supported by NFS!){/t}
{/if} {render acl=$groupMembershipACL} - {if !$multiple_support} {html_options options=$groupMembership} {else} @@ -111,18 +131,24 @@ {/render} +
+
+
- {if $sshPublicKey == 1} - {render acl=$sshPublicKeyACL} -

{t}SSH keys{/t}

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

{t}Account{/t}

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

{t}System trust{/t}

@@ -190,6 +216,11 @@
{/if} +
+
+ + +
{if $multiple_support} -- 2.30.2