Code

New terminals and workstations got dropped. Grrr.
[gosa.git] / plugins / admin / systems / server.tpl
index efcb4a8c7c756ce91d8bbc3edd8954941f839e52..1edee572525f467d05b77897c0b71dbf6462a32f 100644 (file)
@@ -3,16 +3,16 @@
   <td style="vertical-align:top; width:50%;">
        <table summary="">
         <tr>
-         <td>{t}Server name{/t}{$must}</td>
-         <td><input name="cn" size=20 maxlength=60 value="{$cn}"></td>
+         <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 colspan=2>&nbsp;</td>
         </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" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
            {html_options options=$bases selected=$base_select}
           </select>
          </tr>
@@ -21,8 +21,8 @@
   <td style="vertical-align:top">
        <table summary="">
         <tr>
-         <td>{t}Description{/t}</td>
-         <td><input name="description" size=25 maxlength=80 value="{$description}"></td>
+         <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>