summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-04 00:13:27 +0000
committerBill Marquette <billm@pfsense.org>2005-07-04 00:13:27 +0000
commitd732f18698038b27df5a36f57285e79cc17a4314 (patch)
treecb769d278aea1be1d86ed41521dd2d4bf2f36c7a /usr/local/www/firewall_nat_1to1.php
parent201bf2eeff376557fe2fdb635737f9b2acc9a811 (diff)
downloadpfsense-d732f18698038b27df5a36f57285e79cc17a4314.zip
pfsense-d732f18698038b27df5a36f57285e79cc17a4314.tar.gz
Fix bottom rounds
Diffstat (limited to 'usr/local/www/firewall_nat_1to1.php')
-rwxr-xr-xusr/local/www/firewall_nat_1to1.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php
index 14d985e..9147eb4 100755
--- a/usr/local/www/firewall_nat_1to1.php
+++ b/usr/local/www/firewall_nat_1to1.php
@@ -82,7 +82,6 @@ include("head.inc");
<?php if (file_exists($d_natconfdirty_path)): ?><p>
<?php print_info_box_np("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<?php endif; ?>
-<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
<?php
$tab_array = array();
@@ -95,8 +94,9 @@ include("head.inc");
?>
</td></tr>
<tr>
- <td class="tabcont">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" class="listhdrr">Interface</td>
<td width="20%" class="listhdrr">External IP</td>
@@ -145,18 +145,18 @@ include("head.inc");
</table>
</td>
</tr>
- </table>
- <p><span class="vexpl"><span class="red"><strong>Note:<br>
+ <tr>
+ <td colspan="4">
+ <p><span class="vexpl"><span class="red"><strong>Note:<br>
</strong></span>Depending on the way your WAN connection is setup, you may also need <a href="services_proxyarp.php">proxy ARP</a>.</span></p>
-</td>
+ </td>
+ <tr>
+ </table>
+ </div>
+ </td>
</tr>
</table>
-</div>
</form>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
</body>
</html>
OpenPOWER on IntegriCloud