summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-10 02:19:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-10 02:19:36 +0000
commit40e59dbf5d36bbb4255be931574a9149f75926d5 (patch)
tree71aa9b0c3cfa7142cbb09105d68bb946dbe498f5 /usr
parent9deef53dde1966d1ff9949df4a971c6d6322acb5 (diff)
downloadpfsense-40e59dbf5d36bbb4255be931574a9149f75926d5.zip
pfsense-40e59dbf5d36bbb4255be931574a9149f75926d5.tar.gz
Make page look consistent with others.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_gateways.php17
1 files changed, 12 insertions, 5 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index f3651d2..0e9187a 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -93,8 +93,11 @@ effect.");?><br>
$tab_array[1] = array("Routes", false, "system_routes.php");
display_top_tabs($tab_array);
?>
- </td>
- </tr>
+</td></tr>
+ <tr>
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15%" class="listhdrr">Name</td>
<td width="15%" class="listhdrr">Interface</td>
@@ -165,10 +168,14 @@ effect.");?><br>
<td width="17"></td>
<td><a href="system_gateways_edit.php"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0"></a></td>
</tr>
+ </table>
+ </td>
+ </tr>
</table>
- </td>
- </tr>
- </table>
+ </div>
+ </td>
+ </tr>
+ </table>
</form>
<?php include("fend.inc"); ?>
</body>
OpenPOWER on IntegriCloud