Code

Modified Translation String.
[gosa.git] / plugins / admin / systems / startup.tpl
index cd5aa558339e2a10e702e032ef7ea2416401336c..12321d0c1be2f40cf5df3cbe89c58cffacc2e5e1 100644 (file)
@@ -5,22 +5,22 @@
 
    <table summary="">
     <tr>
-     <td>{t}LDAP server{/t}</td>
+     <td><LABEL for="gotoLdapServer">{t}LDAP server{/t}</LABEL></td>
      <td>
-      <select name="gotoLdapServer" title="{t}Choose LDAP server to use for accounts and terminal management{/t}" {$gotoLdapServerACL}>
+      <select name="gotoLdapServer" id="gotoLdapServer" title="{t}Choose LDAP server to use for accounts and terminal management{/t}" {$gotoLdapServerACL}>
        {html_options values=$ldapservers output=$ldapservers selected=$gotoLdapServer_select}
-          <option disabled></option>
+          <option disabled>&nbsp;</option>
       </select>
      </td>
     </tr>
     <tr>
-     <td>{t}Boot kernel{/t}</td>
-     <td><input name="gotoBootKernel" size=20 maxlength=60 {$gotoBootKernelACL}
+     <td><LABEL for="gotoBootKernel">{t}Boot kernel{/t}</LABEL></td>
+     <td><input id="gotoBootKernel" name="gotoBootKernel" size=20 maxlength=60 {$gotoBootKernelACL}
                 value="{$gotoBootKernel}" title="{t}Enter the filename of the kernel to use{/t}"></td>
     </tr>
     <tr>
-     <td>{t}Custom options{/t}</td>
-     <td><input name="customParameters" size=25 maxlength=500 {$gotoKernelParametersACL}
+     <td><LABEL for="customParameters">{t}Custom options{/t}</LABEL></td>
+     <td><input name="customParameters" id="customParameters"  size=25 maxlength=500 {$gotoKernelParametersACL}
                 value="{$customParameters}" title="{t}Enter any parameters that should be passed to the kernel as append line during bootup{/t}"></td>
     </tr>
    </table>
@@ -54,7 +54,7 @@
    </h2>
     <select style="width:100%; height:100px;" name="modules_list[]" size=15 multiple title="{t}Add additional modules to load on startup{/t}">
      {html_options values=$gotoModules output=$gotoModules}
-        <option disabled></option>
+        <option disabled>&nbsp;</option>
     </select>
     <br>
     <input name="module" size=30 align=middle maxlength=30 {$gotoModulesACL}>
@@ -68,7 +68,7 @@
    </h2>
    <select style="width:100%; height:100px;" name="autofs_list[]" size=15 multiple title='{t}Add additional automount entries{/t}'>
     {html_options values=$gotoAutoFs output=$gotoAutoFs}
-       <option disabled></option>
+       <option disabled>&nbsp;</option>
    </select>
    <br>
    <input name="autofs" size=30 align=middle maxlength=80>
@@ -88,7 +88,7 @@
    </h2>
    <select style="width:100%; height:100px;" name="fstab_list[]" size=15 multiple title="{t}Add additional filesystems to be mounted during startup{/t}">
     {html_options values=$gotoFilesystem output=$gotoFilesystem}
-       <option disabled></option>
+       <option disabled>&nbsp;</option>
    </select>
    <br>
    <input name="fstab" size=80 align=middle maxlength=200 {$gotoFilesystemACL}>