summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-22 01:29:05 +0000
committerBill Marquette <billm@pfsense.org>2005-02-22 01:29:05 +0000
commitcad11f379d29ae1fd3ddfe0974c33d46c998e5b0 (patch)
tree01f1ffabd4218ece5e60f0ab3c8d9897d348f47d /usr/local
parentd76f9696fc2ccfa4112274ab08b92504f882b17a (diff)
downloadpfsense-cad11f379d29ae1fd3ddfe0974c33d46c998e5b0.zip
pfsense-cad11f379d29ae1fd3ddfe0974c33d46c998e5b0.tar.gz
Standardization
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_shaper.php4
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php8
2 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index d87de9a..762a40f 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -115,14 +115,14 @@ if ($_GET['act'] == "del") {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title><?=gentitle("Firewall: Traffic shaper");?></title>
+<title><?=gentitle("Firewall: Traffic shaper: Rules");?></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: Traffic shaper</p>
+<p class="pgtitle">Firewall: Traffic shaper: Rules</p>
<form action="firewall_shaper.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
<?php if (file_exists($d_shaperconfdirty_path)): ?><p>
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 32bc756..b4e37dc 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -102,14 +102,14 @@ if ($_GET['act'] == "del") {
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title><?=gentitle("Firewall: Traffic shaper");?></title>
+<title><?=gentitle("Firewall: Traffic shaper: Queues");?></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: Traffic shaper Queues</p>
+<p class="pgtitle">Firewall: Traffic shaper: Queues</p>
<form action="firewall_shaper_queues.php" method="post">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
@@ -166,8 +166,8 @@ if ($_GET['act'] == "del") {
</tr>
</table>
<p>
- <strong><span class="red">Note:</span></strong> a queue can
- only be deleted if it is not referenced by any rules.</td></p>
+ <strong><span class="red">Note:</span></strong><strong><br></strong>
+ a queue can only be deleted if it is not referenced by any rules.</td></p>
</tr>
</table>
</form>
OpenPOWER on IntegriCloud