summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd4d677)
raw | patch | inline | side by side (parent: dd4d677)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 14:38:44 +0000 (14:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 Mar 2010 14:38:44 +0000 (14:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15993 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 9a3c500fd173fac304812054a5d486f749582f86..bfdda0e6a9398cdafe2481633b2f2f3ca6be4fa2 100644 (file)
<td><label for="homeDirectory">{t}Home directory{/t}</label>{$must}</td>
<td>
{render acl=$homeDirectoryACL checkbox=$multiple_support checked=$use_homeDirectory}
- <input type='text' id="homeDirectory" name="homeDirectory" size=40 maxlength=120 value="{$homeDirectory}">
+ <input type='text' id="homeDirectory" name="homeDirectory" maxlength=120 value="{$homeDirectory}">
{/render}
</td>
</tr>
{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>