firewall.cgi: Remove box around top buttons

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-07 16:20:30 +02:00
parent 06345fbc0d
commit f73de15117

View File

@@ -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