mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
firewall.cgi: Remove box around top buttons
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -432,7 +432,8 @@ sub addrule
|
||||
{
|
||||
&error;
|
||||
|
||||
&Header::openbox('100%', 'left', "");
|
||||
&Header::opensection();
|
||||
|
||||
print <<END;
|
||||
<form method="POST" action="">
|
||||
<table border='0' width="100%">
|
||||
@@ -452,11 +453,9 @@ END
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
<br>
|
||||
END
|
||||
|
||||
&Header::closebox();
|
||||
&Header::closesection();
|
||||
&viewtablerule;
|
||||
}
|
||||
sub base
|
||||
|
||||
Reference in New Issue
Block a user