Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / admin / systems / network.tpl
1 <h2><img class="center" alt="" align="middle" src="images/network.png"> {t}Network settings{/t}</h2>
3 <table summary="" width="100%">
4  <tr>
5   <td style="border-right:1px solid #b0b0b0; width:50%">
6    <table summary="">
7     <tr>
8      <td><LABEL for="ipHostNumber">{t}IP-address{/t}{$staticAddress}</LABEL></td>
9      <td><input id="ipHostNumber" name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}"></td>
10     </tr>
11    </table>
12   </td>
13   <td>
14    <table summary="">
15     <tr>
16      <td><LABEL for="macAddress">{t}MAC-address{/t}</LABEL>{$staticAddress}</td>
17      <td><input name="macAddress" id="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
18     </tr>
19    </table>
20   </td>
21  </tr>
22 </table>
23 <br>