Code

Added check to avoid multiple uploads of the same file
[gosa.git] / plugins / admin / systems / network.tpl
index 0167794c14fbe90dd1e8b0a592d090b63458b6e1..89c776ea3b973b48e97a3ae91176d066a4c1ccd0 100644 (file)
@@ -1,8 +1,8 @@
-<h2><img alt="" align="middle" src="images/network.png"> {t}Network settings{/t}</h2>
+<h2><img class="center" alt="" align="middle" src="images/network.png"> {t}Network settings{/t}</h2>
 
 <table summary="" width="100%">
  <tr>
-  <td>
+  <td style="border-right:1px solid #b0b0b0; width:50%">
    <table summary="">
     <tr>
      <td><LABEL for="ipHostNumber">{t}IP-address{/t}{$staticAddress}</LABEL></td>
@@ -13,7 +13,7 @@
   <td>
    <table summary="">
     <tr>
-     <td><LABEL for="macAddress">{t}MAC-address{/t}</LABLE>{$staticAddress}</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>