Code

Reverted Last commits, I've accidentally replaced to much.
[gosa.git] / gosa-plugins / samba / admin / systems / samba / wingeneric.tpl
index d7ac659c46faa055520fe5522eacbc268e20c00e..e3106d649037d2dfc3ef17c5c99ef9d69cdac6bf 100644 (file)
@@ -1,12 +1,13 @@
-<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>
 {render acl=$cnACL}
-                       <input id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
+                       <input type='text' id="cn" name="cn" size=20 maxlength=60 value="{$cn}">
 {/render}
          </td>
         </tr>
          <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
          <td>
 {render acl=$baseACL}
-      <select id="base" size="1" name="base" title="{t}Choose subtree to place group in{/t}">
-       {html_options options=$bases selected=$base_select}
-      </select>
-{/render}
-
-{render acl=$baseACL disable_picture='images/lists/folder_grey.png'}
-        <input type="image" name="chooseBase" src="images/lists/folder.png" class="center" title="{t}Select a base{/t}">
+{$base}
 {/render}
           </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 id="description" name="description" size=25 maxlength=80 value="{$description}">
+               <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}