From: Michael Tremer Date: Thu, 2 Dec 2021 12:37:45 +0000 (+0000) Subject: qos.cgi: Reindent change bandwidth window X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d42f1df3ba48ec040b2e382a6c2bb85dc8d5889;p=people%2Fstevee%2Fipfire-2.x.git qos.cgi: Reindent change bandwidth window Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- 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(); }