From 4d985f45bab15c11e1d78ad67c4abc653c42beb2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Nov 2021 17:31:43 +0000 Subject: [PATCH] qos.cgi: Reindent change bandwidth window Signed-off-by: Michael Tremer --- html/cgi-bin/qos.cgi | 45 ++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/html/cgi-bin/qos.cgi b/html/cgi-bin/qos.cgi index eb4b2e637d..a26617eddd 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -749,26 +749,43 @@ END sub changebandwidth { &Header::openbox('100%', 'center', $Lang::tr{'bandwidthsettings'}); + if ($qossettings{'ENABLED'} eq 'on') { print "$Lang::tr{'bandwidtherror'}"; print "$Lang::tr{'back'}"; } else { - print < - - - - - - - - -
$Lang::tr{'down and up speed'}
$Lang::tr{'downlink speed'}:

$Lang::tr{'uplink speed'}:
- - $Lang::tr{'template warning'} + print < + + + + + + + + + + + + + + +
$Lang::tr{'down and up speed'}
$Lang::tr{'downlink speed'}: + + + +
+ +
+ +
$Lang::tr{'uplink speed'}: + +
+ + $Lang::tr{'template warning'} END -; } + &Header::closebox(); } -- 2.39.5