Code

fixed problem with klicking apply more than once
[gosa.git] / plugins / admin / systems / server.tpl
index 6230d84730f91bd41b6e5a803e51c1b5b0266adc..f33a589dae5c15815ec6fca3ff177fe8c1aa68ec 100644 (file)
@@ -6,17 +6,27 @@
          <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
          <td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
         </tr>
+        <tr>
+         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
+         <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
+        </tr>
         <tr>
-         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
+         <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
          <td>
-          <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
+          <br>
+          <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}" {$baseACL}>
            {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}">
+       {if $baseACL == ""}
+            <input type="image" name="chooseBase" src="images/folder.png" class="center" title="{t}Select a base{/t}">
+        {else}
+            <img src="images/folder_gray.png" class="center" title="{t}Select a base{/t}">
+        {/if}
+               </td>
          </tr>
        </table>
   </td>
-  <td style="vertical-align:top">
+  <td  style="vertical-align:top;border-left:1px solid #A0A0A0;">
        <table summary="">
        <tr>
      <td>{t}Mode{/t}</td>
       </select>
      </td>
     </tr>
-        <tr>
-         <td><LABEL for="description">{t}Description{/t}</LABEL></td>
-         <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
-        </tr>
        </table>
   </td>
  </tr>
@@ -46,7 +51,7 @@
 <table summary="">
  <tr>
   <td>
-   <select size="1" name="action" title="{t}Select action to execute for this server{/t}">
+   <select size="1" name="saction" title="{t}Select action to execute for this server{/t}">
     <option disabled>&nbsp;</option>
     {html_options options=$actions}
    </select>