Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / samba / admin / systems / samba / wingeneric.tpl
index 5e00fa98ebb7fa0fdd6243dbb8939f5656792a2c..e3106d649037d2dfc3ef17c5c99ef9d69cdac6bf 100644 (file)
@@ -1,7 +1,8 @@
-<table summary="" width="100%">
+<table summary="{t}Windows workstation{/t}" width="100%">
  <tr>
-  <td style="vertical-align:top; width:50%;">
-       <table summary="">
+  <td style='width:50%;'>
+
+       <table summary="{t}Generic settings{/t}">
         <tr>
          <td><LABEL for="cn">{t}Machine name{/t}</LABEL>{$must}</td>
          <td>
          </tr>
        </table>
   </td>
-  <td style="vertical-align:top">
-       <table summary="">
-        <tr>
-         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
-         <td>
+  <td>
+
+         <LABEL for="description">{t}Description{/t}</LABEL>
 {render acl=$descriptionACL}
                <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}">
 {/render}
-         </td>
-        </tr>
-       </table>
   </td>
  </tr>
 </table>
 
-<p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
+<hr>
 
 {$netconfig}