Code

A little bit better.
[gosa.git] / plugins / admin / systems / network.tpl
index a57261378f6b9a8d16b06ef4816eb7a0a3a28f5d..ec0b219ec5bfff842ad95b6bbb13d50751d9affb 100644 (file)
@@ -5,16 +5,16 @@
   <td>
    <table summary="">
     <tr>
-     <td>{t}IP-address{/t}{$staticAddress}</td>
-     <td><input name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}"></td>
+     <td><LABEL for="ipHostNumber">{t}IP-address{/t}{$staticAddress}</LABEL></td>
+     <td><input id="ipHostNumber" name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}"></td>
     </tr>
    </table>
   </td>
   <td>
    <table summary="">
     <tr>
-     <td>{t}MAC-address{/t}{$staticAddress}</td>
-     <td><input name="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
+     <td><LABEL for="macAddress">{t}MAC-address{/t}</LABEL>{$staticAddress}</td>
+     <td><input name="macAddress" id="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
     </tr>
    </table>
   </td>