Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / samba / admin / systems / samba / wingeneric.tpl
index fb58a6d66c4b01da700349a1303d461ad4e63ba4..e3106d649037d2dfc3ef17c5c99ef9d69cdac6bf 100644 (file)
@@ -1,10 +1,15 @@
-<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><input id="cn" name="cn" size=20 maxlength=60 value="{$cn}"></td>
+         <td>
+{render acl=$cnACL}
+                       <input type='text' id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
+{/render}
+         </td>
         </tr>
         <tr>
           <td colspan=2>&nbsp;</td>
         <tr>
          <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
          <td>
-          <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}">
-           {html_options options=$bases selected=$base_select}
-          </select>
-               <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+{render acl=$baseACL}
+{$base}
+{/render}
+          </td>
          </tr>
        </table>
   </td>
-  <td style="vertical-align:top">
-       <table summary="">
-        <tr>
-         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
-         <td><input id="description" name="description" size=25 maxlength=80 value="{$description}"></td>
-        </tr>
-       </table>
+  <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>
 
-<p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
+<hr>
 
 {$netconfig}