Code

update
[gosa.git] / plugins / admin / systems / wingeneric.tpl
index a3f5f091eaaf82daeb24cd496cb40ef50988de54..3b58f19c6d659d9a67f91df40e80b79fb6272e21 100644 (file)
@@ -3,16 +3,16 @@
   <td style="vertical-align:top; width:50%;">
        <table summary="">
         <tr>
-         <td>{t}Machine name{/t}{$must}</td>
-         <td><input name="cn" size=20 maxlength=60 value="{$cn}"></td>
+         <td><LABEL for="cn">{t}Machine name{/t}</LABEL>{$must}</td>
+         <td><input id="cn" name="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" id="base" name="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 id="description" name="description" size=25 maxlength=80 value="{$description}"></td>
         </tr>
        </table>
   </td>