summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-17 22:21:00 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-17 22:21:00 +0000
commit07f35d576e2132578d78e9f89ed3174c990084c8 (patch)
tree1690cf0d0a09d17a6a088e323e06b888e19179e5 /usr
parentc9f0b1c2c8cc580215c4bc381ca9f40590b05ae7 (diff)
downloadpfsense-07f35d576e2132578d78e9f89ed3174c990084c8.zip
pfsense-07f35d576e2132578d78e9f89ed3174c990084c8.tar.gz
Rename the tab to just "Wizards", and modify all pages to send to the new page when selecting the shaper wizards tab.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
-rwxr-xr-xusr/local/www/firewall_shaper_wizards.php4
3 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 7d5f1ae..c8d8b8a 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -406,7 +406,7 @@ include("fbegin.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", true, "firewall_shaper.php");
$tab_array[1] = array("By Queue", false, "firewall_shaper_queues.php");
- $tab_array[2] = array("EZ Shaper wizard", false, "wizard.php?xml=traffic_shaper_wizard.xml");
+ $tab_array[2] = array("Wizards", false, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index 7b67df3..f3da5a6 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -147,7 +147,7 @@ include("head.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", false, "firewall_shaper.php");
$tab_array[1] = array("By Queue", true, "firewall_shaper_queues.ph");
- $tab_array[2] = array("EZ Shaper wizard", false, "wizard.php?xml=traffic_shaper_wizard.xml");
+ $tab_array[2] = array("Wizards", false, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php
index cf2161f..45b7171 100755
--- a/usr/local/www/firewall_shaper_wizards.php
+++ b/usr/local/www/firewall_shaper_wizards.php
@@ -35,7 +35,7 @@ if($_GET['reset'] <> "") {
exit;
}
-$pgtitle = "Firewall: Traffic Shaper: Wizards";
+$pgtitle = array("Firewall", "Traffic Shaper", "Wizards");
$wizards = array("Single Lan multi Wan" => "traffic_shaper_wizard.xml",
"Single Wan multi Lan" => "traffic_shaper_wizard_multi_lan.xml",
@@ -66,7 +66,7 @@ include("fbegin.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", false, "firewall_shaper.php");
$tab_array[1] = array("By Queue", false, "firewall_shaper_queues.php");
- $tab_array[2] = array("Shaper wizards", true, "firewall_shaper_wizards.php");
+ $tab_array[2] = array("Wizards", true, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud