From 42621465d0618ecf60a63517d3ba3adca0740abb Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 20 Jul 2010 20:28:19 +0000 Subject: Show the Enable/Disable and name first and then the bandwidth values. Fix html markup so the table is displayed propperly. --- etc/inc/shaper.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc index 85090bb..4961a85 100644 --- a/etc/inc/shaper.inc +++ b/etc/inc/shaper.inc @@ -1791,7 +1791,8 @@ class hfsc_queue extends priq_queue { } function build_form() { - $form = ""; + $form = parent::build_form(); + $form .= ""; $form .= "Bandwidth"; $form .= " GetBandwidth()); @@ -1819,8 +1820,7 @@ class hfsc_queue extends priq_queue { $form .= ">%"; $form .= "
"; $form .= "Choose the amount of bandwidth for this queue"; - $form .= ""; - $form .= parent::build_form(); + $form .= ""; $form .= ""; $form .= "Service Curve (sc)"; $form .= ""; -- cgit v1.1