summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_edit.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 18:28:13 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 18:28:13 +0000
commit183a4aae1c16f3978726879a90945ed983884185 (patch)
treed3b457b08809e93fbea70c5348d3030226f786f1 /usr/local/www/firewall_nat_edit.php
parent305eae3c233dadac95f5a8a4a6282d69acb2cad8 (diff)
downloadpfsense-183a4aae1c16f3978726879a90945ed983884185.zip
pfsense-183a4aae1c16f3978726879a90945ed983884185.tar.gz
Change "Inbound NAT" to "Port Forward"
Update _edit.php's to use diaplay_topbar() Change "Outgoing" to "Outbound" for consistency between load balancing and NAT
Diffstat (limited to 'usr/local/www/firewall_nat_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index ace7e8e..6b6b343 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -188,8 +188,7 @@ if ($_POST) {
}
}
-$pgtitle = "Firewall: NAT: Edit inbound";
-$closehead = false;
+$pgtitle = "Firewall: NAT: Port Forward: Edit";
include("head.inc");
?>
@@ -222,15 +221,15 @@ function ext_rep_change() {
}
//-->
</script>
-</head>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="firewall_nat_edit.php" method="post" name="iform" id="iform">
+ <?display_topbar()?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
- <tr>
+ <tr>
<td width="22%" valign="top" class="vncellreq">Interface</td>
<td width="78%" class="vtable">
<select name="interface" class="formfld">
@@ -263,7 +262,7 @@ function ext_rep_change() {
<span class="vexpl">
If you want this rule to apply to another IP address than the IP address of the interface chosen above,
select it here (you need to define IP addresses on the
- <a href="firewall_nat_server.php">Server NAT</a> page first). Also note that if you are trying to redirect connections on the LAN select the "any" option.</span></td>
+ <a href="firewall_nat_server.php">NAT Addresses</a> page first). Also note that if you are trying to redirect connections on the LAN select the "any" option.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">Protocol</td>
OpenPOWER on IntegriCloud