summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-07-10 14:08:42 +0000
committerErmal Luçi <eri@pfsense.org>2009-07-10 14:08:42 +0000
commite42634a622aad4e98898eded1fc18cb00827446b (patch)
tree490ff9063278611f316b5faeaa143f48751fd65b /usr
parent4f464b163fef38d039e49795a163317ef3136f0e (diff)
downloadpfsense-e42634a622aad4e98898eded1fc18cb00827446b.zip
pfsense-e42634a622aad4e98898eded1fc18cb00827446b.tar.gz
Use the same style structure as on other guis.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index e5a7b4c..64d9662 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -731,6 +731,10 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<?php if ($savemsg) print_info_box($savemsg); ?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
+ <td id="mainarea">
+ <div class="tabcont">
+ <table width="100%" border="0" cellpadding="6" cellspacing="0">
+ <tr>
<td colspan="2" valign="top" class="listtopic">General configuration</td>
</tr>
<?php if ($if != "wan" && $if != "lan"): ?>
@@ -1428,6 +1432,9 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
</table>
</td>
</table>
+ </div>
+ </td></tr>
+ </table>
</form>
<script type="text/javascript">
var gatewayip;
OpenPOWER on IntegriCloud