summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e77f4c1)
raw | patch | inline | side by side (parent: e77f4c1)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 14:37:04 +0000 (14:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 14:37:04 +0000 (14:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15992 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/generic.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/generic.tpl b/gosa-core/plugins/personal/posix/generic.tpl
index 8517dc877e23e605abe8aafb7cd2a7dd0a251332..9a3c500fd173fac304812054a5d486f749582f86 100644 (file)
+
+<div class="horizontal-container">
+ <div class="container" style='width:50%'>
+ <div class="padder">
+
<h3>{t}Generic{/t}</h3>
<table summary="{t}Generic settings{/t}">
</table>
{/if}
+ {if $sshPublicKey == 1}
+
+ <hr>
+
+ {render acl=$sshPublicKeyACL}
+ <h3>{t}SSH keys{/t}</h3>
+ <button type='submit' name='edit_sshpublickey'>{t}Edit public ssh keys...{/t}</button>
+ {/render}
+ {/if}
+
+ </div>
+ </div>
+ <div class="last-container" style='width:50%'>
+ <div class="padder">
+
<h3>{t}Group membership{/t}</h3>
{if $groups eq "too_many_for_nfs"}
<b style="color:red">{t}(Warning: more than 16 groups are not supported by NFS!){/t}</b>
<br>
{/if}
{render acl=$groupMembershipACL}
- <select style="width:100%; height:130px;" name="group_list[]" size=16 multiple >
+ <select style="width:100%; height:180px;" name="group_list[]" size=16 multiple >
{if !$multiple_support}
{html_options options=$groupMembership}
{else}
{/render}
+ </div>
+ </div>
+</div>
- {if $sshPublicKey == 1}
- {render acl=$sshPublicKeyACL}
- <h3>{t}SSH keys{/t}</h3>
- <button type='submit' name='edit_sshpublickey'>{t}Edit public ssh keys...{/t}</button>
- <div style='border-bottom:1px solid #A0A0A0;height:8px'></div>
- {/render}
- {/if}
+<div class='clear'></div>
+
+<hr>
- <h3>{t}Account{/t}</h3>
+<div class="horizontal-container">
+ <div class="container" style='width:50%'>
+ <div class="padder">
{include file="$pwmode.tpl"}
+
+ </div>
+ </div>
+ <div class="last-container" style='width:50%'>
+ <div class="padder">
<h3>{t}System trust{/t}</h3>
</div>
{/if}
+ </div>
+ </div>
+</div>
+
+<div class='clear'></div>
{if $multiple_support}
<input type="hidden" name="posix_mulitple_edit" value="1">