summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_server.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_nat_server.php')
-rwxr-xr-xusr/local/www/firewall_nat_server.php24
1 files changed, 11 insertions, 13 deletions
diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php
index 893981b..8c58b7e 100755
--- a/usr/local/www/firewall_nat_server.php
+++ b/usr/local/www/firewall_nat_server.php
@@ -95,7 +95,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();
@@ -108,8 +107,9 @@ include("head.inc");
?>
</td></tr>
<tr>
- <td class="tabcont">
- <table width="80%" border="0" cellpadding="0" cellspacing="0">
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="40%" class="listhdrr">External IP address</td>
<td width="50%" class="listhdr">Description</td>
@@ -143,18 +143,16 @@ include("head.inc");
</table>
</td>
</tr>
- </table>
- <p><span class="vexpl"><span class="red"><strong>Note:<br>
+ <tr>
+ <td colspan="2">
+ <p><span class="vexpl"><span class="red"><strong>Note:<br>
</strong></span>The external IP addresses defined on this page may be used in <a href="firewall_nat.php">inbound NAT</a> mappings. Depending on the way your WAN connection is setup, you may also need <a href="services_proxyarp.php">proxy ARP</a>.</span></p>
-</td>
- </tr>
-</table>
-</div>
+ </td>
+ </tr>
+ </table>
+ </div>
+ </table>
</form>
<?php include("fend.inc"); ?>
-<script type="text/javascript">
-NiftyCheck();
-Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
-</script>
</body>
</html>
OpenPOWER on IntegriCloud