From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [RFC PATCH 5/8] qos.cgi: Reindent change bandwidth window Date: Thu, 02 Dec 2021 12:37:45 +0000 Message-ID: <20211202123748.2525617-5-michael.tremer@ipfire.org> In-Reply-To: <20211202123748.2525617-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3480097330945688328==" List-Id: --===============3480097330945688328== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 eb4b2e637..a26617edd 100644 --- a/html/cgi-bin/qos.cgi +++ b/html/cgi-bin/qos.cgi @@ -749,26 +749,43 @@ END =20 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(); } =20 --=20 2.30.2 --===============3480097330945688328==--