Code

Fixed style
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 14:38:44 +0000 (14:38 +0000)
committerhickert <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

index 9a3c500fd173fac304812054a5d486f749582f86..bfdda0e6a9398cdafe2481633b2f2f3ca6be4fa2 100644 (file)
@@ -11,7 +11,7 @@
      <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>
@@ -88,8 +88,6 @@
 
    {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>