Code

Updated border
[gosa.git] / gosa-core / plugins / personal / posix / generic.tpl
index 5464d0125f5c8f60b212c4df2f0794c58eca6b83..1692f4b3e6ff3510e7b426e136e0a75f1236bd21 100644 (file)
@@ -1,9 +1,9 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
+<table style="width:100%;" summary="{t}POSIX settings{/t}">
  <tr>
-  <td style="width:50%; vertical-align:top;">
-   <h2>{image path="images/rightarrow.png"} {t}Generic{/t}
-   </h2>
-   <table summary="">
+  <td style="width:50%">
+
+   <h3>{t}Generic{/t}</h3>
+   <table summary="{t}Generic settings{/t}">
     <tr>
      <td><label for="homeDirectory">{t}Home directory{/t}</label>{$must}</td>
      <td>
@@ -48,7 +48,7 @@
    
    {if !$multiple_support}
    
-   <table summary="">
+   <table summary="{t}Account settings{/t}">
     <tr>
      <td>
       {render acl=$force_idsACL}
    </table>
    {/if}
   </td>
-  <td style="border-left:1px solid #A0A0A0">
-   &nbsp;
+  <td class='left-border'>   &nbsp;
   </td>
-  <td style="vertical-align:top;">
-   <h2>{image path="plugins/posix/images/members.png"} {t}Group membership{/t}
-   </h2>
+  <td>
+   <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>
  </tr>
 </table>
 
-<p class="seperator">&nbsp;</p>
+<hr>
 
-<table summary="" style="width:100% ; vertical-align:top; text-align:left;" cellpadding=0 border=0>
+<table style="width:100%" summary="{t}Account permissions{/t}" >
  <tr>
-  <td style='width:50%;vertical-align:top'>
+  <td style='width:50%'>
    {if $sshPublicKey == 1}
-   {render acl=$sshPublicKeyACL}
-   <h2>{image path="images/lists/key.png"} {t}SSH keys{/t}
-   </h2>
-   <button type='submit' name='edit_sshpublickey'>{t}Edit public ssh keys...{/t}</button>
-   
-   <div style='border-bottom:1px solid #A0A0A0;height:8px'></div>
-   {/render}
+     {render acl=$sshPublicKeyACL}
+     <h3>{t}SSH keys{/t}</h3>
+     <button type='submit' name='edit_sshpublickey'>{t}Edit public ssh keys...{/t}</button>
+     {/render}
    {/if}
-   <h2>{image path="plugins/posix/images/terminal_small.png"} {t}Account{/t}
-   </h2>
+
+   <hr>
    {include file="$pwmode.tpl"}
   </td>
-  <td style="border-left:1px solid #A0A0A0">
-   &nbsp;
+  <td class='left-border'>   &nbsp;
   </td>
-  <td style="vertical-align:top;">
-   <h2>{image path="images/lists/locked.png"} {t}System trust{/t}
-   </h2>
+  <td>
+   <h3>{t}System trust{/t}
+   </h3>
    {if !$multiple_support}
    {t}Trust mode{/t}&nbsp;
    {render acl=$trustmodeACL}