summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-04 16:10:18 +0000
committerErmal <eri@pfsense.org>2010-05-04 16:10:18 +0000
commit34a3694b096be79311b48f70eab80ec0943e1415 (patch)
treef4573fa559fc1013f695d14d22ca4f955a8c7921 /usr/local/www/firewall_shaper_vinterface.php
parent96cbc5aa79398f0e1dba04a1d487f9425315b60d (diff)
downloadpfsense-34a3694b096be79311b48f70eab80ec0943e1415.zip
pfsense-34a3694b096be79311b48f70eab80ec0943e1415.tar.gz
Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.
Diffstat (limited to 'usr/local/www/firewall_shaper_vinterface.php')
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index f3b5536..45ec5cc 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -318,19 +318,6 @@ else
$output_form .= "</div>";
$output = "<div id=\"shaperarea\" style=\"position:relative\">";
-if (!$dontshow) {
-if ($queue || $dnpipe || $newqueue) {
- $output .= "<tr><td valign=\"top\" class=\"vncellreq\"><br>";
- $output .= "Enable/Disable";
- $output .= "</td><td class=\"vncellreq\">";
- $output .= " <input type=\"checkbox\" id=\"enabled\" name=\"enabled\"";
- if ($queue)
- if ($queue->GetEnabled() <> "")
- $output .= " CHECKED";
- $output .= " ><span class=\"vexpl\"> Enable/Disable queue and its children.</span>";
- $output .= "</td></tr>";
-}
-}
$output .= $output_form;
include("head.inc");
OpenPOWER on IntegriCloud