summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_server_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_server_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_server_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_server_edit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/firewall_nat_server_edit.php b/usr/local/www/firewall_nat_server_edit.php
index 26b6048..6b11199 100755
--- a/usr/local/www/firewall_nat_server_edit.php
+++ b/usr/local/www/firewall_nat_server_edit.php
@@ -65,7 +65,7 @@ if ($_POST) {
}
if ($_POST['ipaddr'] == $config['interfaces']['wan']['ipaddr'])
- $input_errors[] = "The WAN IP address may not be used in a Server NAT entry.";
+ $input_errors[] = "The WAN IP address may not be used in a NAT Address entry.";
/* check for overlaps with other server NAT */
foreach ($a_snat as $natent) {
@@ -112,7 +112,7 @@ if ($_POST) {
}
}
-$pgtitle = "Firewall: NAT: Server NAT: Edit";
+$pgtitle = "Firewall: NAT: NAT Addresses: Edit";
include("head.inc");
?>
@@ -122,6 +122,7 @@ include("head.inc");
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<form action="firewall_nat_server_edit.php" method="post" name="iform" id="iform">
+ <?display_topbar()?>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">External IP address</td>
OpenPOWER on IntegriCloud