Code

* Saved missing value for goImapSieveServer
[gosa.git] / plugins / admin / systems / network.tpl
index a57261378f6b9a8d16b06ef4816eb7a0a3a28f5d..6a7328997e9fd99da782cc2027adf0b7c9039f16 100644 (file)
@@ -2,19 +2,19 @@
 
 <table summary="" width="100%">
  <tr>
-  <td>
+  <td style="border-right:1px solid #b0b0b0; width:50%">
    <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>