Code

Removed inherit from boot kernel options, if this object isn't member in an objectGroup
[gosa.git] / plugins / admin / systems / server.tpl
index 5370ddc111e806b2903284c0648c2c1fe840b74a..f33a589dae5c15815ec6fca3ff177fe8c1aa68ec 100644 (file)
          <td><br><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
          <td>
           <br>
-          <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
+          <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>
@@ -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>