diff options
author | Bill Marquette <billm@pfsense.org> | 2005-02-22 02:00:44 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-02-22 02:00:44 +0000 |
commit | e8074dcdaa5435982e318335d61767900e088c4c (patch) | |
tree | 44cfeab3cfa8fb72a45f81f31ba5f11553d6ac63 /usr | |
parent | cad11f379d29ae1fd3ddfe0974c33d46c998e5b0 (diff) | |
download | pfsense-e8074dcdaa5435982e318335d61767900e088c4c.zip pfsense-e8074dcdaa5435982e318335d61767900e088c4c.tar.gz |
More standardization
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat.php | 4 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat_1to1.php | 4 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat_edit.php | 4 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 4 | ||||
-rwxr-xr-x | usr/local/www/firewall_nat_server.php | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php index 3ef4ffb..a210813 100755 --- a/usr/local/www/firewall_nat.php +++ b/usr/local/www/firewall_nat.php @@ -80,14 +80,14 @@ if ($_GET['act'] == "del") { <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title><?=gentitle("Firewall: NAT");?></title> +<title><?=gentitle("Firewall: NAT: Inbound");?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="gui.css" rel="stylesheet" type="text/css"> </head> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle">Firewall: NAT</font></p> +<p class="pgtitle">Firewall: NAT: Inbound</font></p> <form action="firewall_nat.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_natconfdirty_path)): ?><p> diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php index b12ae65..66cb7a3 100755 --- a/usr/local/www/firewall_nat_1to1.php +++ b/usr/local/www/firewall_nat_1to1.php @@ -72,14 +72,14 @@ if ($_GET['act'] == "del") { <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title><?=gentitle("Firewall: NAT");?></title> +<title><?=gentitle("Firewall: NAT: 1:1");?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="gui.css" rel="stylesheet" type="text/css"> </head> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle">Firewall: NAT</p> +<p class="pgtitle">Firewall: NAT: 1:1</p> <form action="firewall_nat_1to1.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_natconfdirty_path)): ?><p> diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php index 43b8476..33affcc 100755 --- a/usr/local/www/firewall_nat_edit.php +++ b/usr/local/www/firewall_nat_edit.php @@ -178,7 +178,7 @@ if ($_POST) { <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title><?=gentitle("Firewall: NAT: Edit");?></title> +<title><?=gentitle("Firewall: NAT: Edit inbound");?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="gui.css" rel="stylesheet" type="text/css"> <script language="JavaScript"> @@ -213,7 +213,7 @@ function ext_rep_change() { <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle">Firewall: NAT: Edit</p> +<p class="pgtitle">Firewall: NAT: Edit inbound</p> <?php if ($input_errors) print_input_errors($input_errors); ?> <form action="firewall_nat_edit.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 38db4fe..56986b1 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -76,14 +76,14 @@ if ($_GET['act'] == "del") { <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title><?=gentitle("Firewall: NAT");?></title> +<title><?=gentitle("Firewall: NAT: Outbound");?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="gui.css" rel="stylesheet" type="text/css"> </head> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle">Firewall: NAT</p> +<p class="pgtitle">Firewall: NAT: Outbound</p> <form action="firewall_nat_out.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_natconfdirty_path)): ?><p> diff --git a/usr/local/www/firewall_nat_server.php b/usr/local/www/firewall_nat_server.php index 4878c63..d954794 100755 --- a/usr/local/www/firewall_nat_server.php +++ b/usr/local/www/firewall_nat_server.php @@ -84,14 +84,14 @@ if ($_GET['act'] == "del") { <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title><?=gentitle("Firewall: NAT");?></title> +<title><?=gentitle("Firewall: NAT: Server NAT");?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="gui.css" rel="stylesheet" type="text/css"> </head> <body link="#0000CC" vlink="#0000CC" alink="#0000CC"> <?php include("fbegin.inc"); ?> -<p class="pgtitle">Firewall: NAT</p> +<p class="pgtitle">Firewall: NAT: Server NAT</p> <form action="firewall_nat_server.php" method="post"> <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if ($savemsg) print_info_box($savemsg); ?> |