Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / samba / admin / systems / samba / wingeneric.tpl
index 66a151fcbe70a5e38735e6b313c1c2a41d964137..e3106d649037d2dfc3ef17c5c99ef9d69cdac6bf 100644 (file)
@@ -1,8 +1,8 @@
-<table summary="" width="100%">
+<table summary="{t}Windows workstation{/t}" width="100%">
  <tr>
   <td style='width:50%;'>
 
-       <table summary="">
+       <table summary="{t}Generic settings{/t}">
         <tr>
          <td><LABEL for="cn">{t}Machine name{/t}</LABEL>{$must}</td>
          <td>
   </td>
   <td>
 
-       <table summary="">
-        <tr>
-         <td><LABEL for="description">{t}Description{/t}</LABEL></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>