Code

Udpated JS focus,
[gosa.git] / plugins / admin / systems / terminal.tpl
index c88177655672d9ae69eba6f10fb742f154bca3b2..677297a6337b93e2e2a950dcb924443cd188a1bc 100644 (file)
@@ -2,7 +2,6 @@
 <table summary="" style="width:100%;">
  <tr>
   <td style="width:50%; vertical-align:top;">
-
    <table summary="">
     <tr>
      {if $cn eq 'default'}
      {else}
      <td><LABEL for="cn">{t}Terminal name{/t}</LABEL>{$must}</td>
      <td>
-      <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
+      <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}" {$cnACL}>
      </td>
      {/if}
     </tr>
     <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}">
+      <select size="1" id="base" name="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 rowspan=2 style="border-left:1px solid #A0A0A0">
-   &nbsp;
   </td>
-
-  <td style="vertical-align:top;">
-
+  <td style="vertical-align:top;border-left:1px solid #A0A0A0;" >
    <table summary="">
     <tr>
      <td><LABEL for="gotoMode">{t}Mode{/t}</LABEL></td>
       </select>
      </td>
     </tr>
-   </table>
-
+    <tr>
+     <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
+     <td>
+      <select name="gotoSyslogServer" id="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
+       {html_options options=$syslogservers selected=$gotoSyslogServer_select}
+      </select>
+     </td>
+    </tr>
+       </table>
   </td>
  </tr>
+</table>
+<p class="seperator" style="margin:0px; padding:0px;">&nbsp;</p>
+<table style="width:100%;">
  <tr>
-  <td style="width:50%;">
+  <td style="width:50%;vertical-align:top;">
    <table summary="">
-    <tr><td colspan=2><div style="height:15px;"></div></td></tr>
     <tr>
      <td><LABEL for="gotoTerminalPath">{t}Root server{/t}</LABEL></td>
      <td>
       <select name="gotoTerminalPath" id="gotoTerminalPath" title="{t}Select NFS root filesystem to use{/t}" {$gotoTerminalPathACL}>
-       {html_options values=$nfsservers output=$nfsservers selected=$gotoTerminalPath_select}
+       {html_options options=$nfsservers selected=$gotoTerminalPath_select}
       </select>
      </td>
     </tr>
      <td><LABEL for="gotoSwapServer">{t}Swap server{/t}</LABEL></td>
      <td>
       <select name="gotoSwapServer" id="gotoSwapServer" title="{t}Choose NFS filesystem to place swap files on{/t}" {$gotoSwapServerACL}>
-       {html_options values=$nfsservers output=$nfsservers selected=$gotoSwapServer_select}
+       {html_options options=$nfsservers selected=$gotoSwapServer_select}
       </select>
      </td>
     </tr>
    </table>
   </td>
-  <td style="vertical-align:top;">
-
-   <table summary="">
-    <tr><td colspan=2><div style="height:15px;"></div></td></tr>
+  <td style="border-left:1px solid #A0A0A0;">
+       <table width="100%">
     <tr>
-     <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
-     <td>
-      <select name="gotoSyslogServer" id="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
-       {html_options values=$syslogservers output=$syslogservers selected=$gotoSyslogServer_select}
+        <td colspan="2">
+               <input type="checkbox" value="1" name="inheritTimeServer" {$gotoNtpServerACL}
+                       {if $inheritTimeServer } checked {/if} 
+                       onClick="javascript:
+                                       changeState('gotoNtpServerSelected');
+                                       changeState('gotoNtpServers');
+                                       changeState('addNtpServer');
+                                       changeState('delNtpServer');">{t}Inherit time server attributes{/t}
+        </td>
+       </tr>
+       <tr>
+     <td colspan="2" style='padding-left:14px;padding-top:5px;'><LABEL for="gotoNtpServerSelected">{t}NTP server{/t}</LABEL><br>
+      <select name="gotoNtpServerSelected[]" id="gotoNtpServerSelected" multiple size=5 style="width:100%;"
+                       title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if}>
+       {html_options options=$gotoNtpServer_select}
       </select>
-     </td>
-    </tr>
-    <tr>
-     <td><LABEL for="gotoNtpServer">{t}NTP server{/t}</LABEL></td>
-     <td>
-      <select name="gotoNtpServer" id="gotoNtpServer" title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL}>
-       {html_options values=$ntpservers output=$ntpservers selected=$gotoNtpServer_select}
+        <br>
+      <select name="gotoNtpServers" id="gotoNtpServers" {$gotoNtpServerACL} {if $inheritTimeServer} disabled {/if} >
+       {html_options values=$ntpservers output=$ntpservers }
       </select>
+               <input type="submit" name="addNtpServer" value="{t}Add{/t}"             id="addNtpServer" {$gotoNtpServerACL}
+                {if $inheritTimeServer} disabled {/if}>
+               <input type="submit" name="delNtpServer" value="{t}Delete{/t}"  id="delNtpServer" {$gotoNtpServerACL}
+                {if $inheritTimeServer} disabled {/if}>
      </td>
     </tr>
    </table>
   </td>
  </tr>
 </table>
-<p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 
+{if $cn neq 'default'}
+<p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 {$netconfig}
+{/if}
 
+{if $fai_activated}
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 <h2><img class="center" alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
 <table summary="">
   </td>
  </tr>
 </table>
+{/if}
 
-
+<input type="hidden" name="termgeneric_posted" value="1">
 <!-- Place cursor -->
 <script language="JavaScript" type="text/javascript">
   <!-- // First input field on page
-  document.mainform.gotoTerminalName.focus();
+       focus_field('cn');
   -->
 </script>