Code

goFonQueueStrategy will be saved in correct format now
[gosa.git] / plugins / admin / systems / workstation.tpl
index 6083651faebd48e88f14cefc4b8b2baa67378865..385a9e766c32ef6fde37add9bcbfea0ac80877d7 100644 (file)
@@ -8,16 +8,16 @@
      {if $cn eq 'wdefault'}
      <td colspan=2>{t}Workstation template{/t}</td>
      {else}
-     <td>{t}Workstation name{/t}{$must}</td>
+     <td><LABEL for="cn">{t}Workstation name{/t}</LABEL>{$must}</td>
      <td>
-      <input name="cn" size=18 maxlength=60 value="{$cn}">
+      <input name="cn" id="cn" size=18 maxlength=60 value="{$cn}">
      </td>
      {/if}
     </tr>
     <tr>
-     <td>{t}Base{/t}{$must}</td>
+     <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
      <td>
-      <select size="1" 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}">
        {html_options options=$bases selected=$base_select}
       </select>
     </tr>
    <table summary="">
     <tr><td colspan=2><div style="height:15px;"></div></td></tr>
     <tr>
-     <td>{t}Syslog server{/t}</td>
+     <td><LABEL for="gotoSyslogServer">{t}Syslog server{/t}</LABEL></td>
      <td>
-      <select name="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
+      <select id="gotoSyslogServer" name="gotoSyslogServer" title="{t}Choose server to use for logging{/t}" {$gotoSyslogServerACL}>
        {html_options values=$syslogservers output=$syslogservers selected=$gotoSyslogServer_select}
       </select>
      </td>
     </tr>
     <tr>
-     <td>{t}NTP server{/t}</td>
+     <td><LABEL for="gotoNtpServer">{t}NTP server{/t}</LABEL></td>
      <td>
-      <select name="gotoNtpServer" title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL}>
+      <select id="gotoNtpServer" name="gotoNtpServer" title="{t}Choose server to use for synchronizing time{/t}" {$gotoNtpServerACL}>
        {html_options values=$ntpservers output=$ntpservers selected=$gotoNtpServer_select}
       </select>
      </td>
  <tr>
   <td>
    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
-    <option></option>
+    <option disabled>&nbsp;</option>
     {html_options options=$actions}
    </select>
   </td>