mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
QoS-HTML Fixes
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@417 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -616,7 +616,6 @@ if ($errormessage) {
|
||||
&Header::openbox('100%', 'center', 'Quality of Service');
|
||||
|
||||
print <<END
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<table width='33%'>
|
||||
END
|
||||
;
|
||||
@@ -636,7 +635,7 @@ END
|
||||
print <<END
|
||||
<tr><td colspan='3'>
|
||||
<tr><td width='40%' align='right'>Downloadgeschwindigkeit: <td width='40%' align='left'>$qossettings{'INC_SPD'} kbps
|
||||
<td width='20%' rowspan='2' align='center' valign='middle'><input type='submit' name='ACTIONBW' value='Andern'>
|
||||
<td width='20%' rowspan='2' align='center' valign='middle'><input type='submit' name='ACTIONBW' value='Andern' />
|
||||
<tr><td width='40%' align='right'>Uploadgeschwindigkeit: <td width='40%' align='left'>$qossettings{'OUT_SPD'} kbps
|
||||
END
|
||||
;
|
||||
@@ -665,7 +664,6 @@ print "</table>";
|
||||
|
||||
if ( ($qossettings{'OUT_SPD'} eq '') || ($qossettings{'INC_SPD'} eq '') ) {
|
||||
&changebandwidth();
|
||||
&Header::closebox();
|
||||
&Header::closebigbox();
|
||||
&Header::closepage();
|
||||
exit
|
||||
@@ -753,7 +751,7 @@ END
|
||||
</form>
|
||||
END
|
||||
;
|
||||
&Header::closebox();
|
||||
&Header::closebox();
|
||||
}
|
||||
|
||||
sub changebandwidth {
|
||||
|
||||
Reference in New Issue
Block a user