summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-01-20 21:35:16 +0000
committerErmal Luçi <eri@pfsense.org>2008-01-20 21:35:16 +0000
commit502c545d5846b7bb046ec6a9c7acd4d0d9089182 (patch)
tree27ef2dcad87ddb44bd553352f95c7676ea6511c4 /usr/local/www/firewall_shaper.php
parente0405a4be8a935d9bffdc7132f2408e81abdb034 (diff)
downloadpfsense-502c545d5846b7bb046ec6a9c7acd4d0d9089182.zip
pfsense-502c545d5846b7bb046ec6a9c7acd4d0d9089182.tar.gz
Cosmetic change. Move the Queue and Interface tab on the top level instead of providing a second level tab section for them.
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php11
1 files changed, 3 insertions, 8 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index b5ef96c..8479f06 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -369,9 +369,9 @@ include("fbegin.inc");
<tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("Shaper", true, "firewall_shaper.php");
- //$tab_array[1] = array("Level 2", false, "");
- $tab_array[1] = array("EZ Shaper wizard", false, "wizard.php?xml=traffic_shaper_wizard.xml");
+ $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");
display_top_tabs($tab_array);
?>
</td></tr>
@@ -381,11 +381,6 @@ include("fbegin.inc");
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" valign="top" algin="left">
- <? $tab_ar = array();
- $tab_ar[0] = array("Interfaces", true, "firewall_shaper.php");
- $tab_ar[1] = array("Queues", false, "firewall_shaper_queues.php");
- display_top_tabs($tab_ar);
- // customize later display_top_bar($tab_ar, "#A0000F", "#578100"); ?>
<?php
echo $tree;
?>
OpenPOWER on IntegriCloud