ids.cgi: Draw daemon status and setting in the same box.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2019-01-30 09:33:47 +01:00
parent 029b8ed2b1
commit 674912fc3a

View File

@@ -696,7 +696,6 @@ END
</table> </table>
END END
} }
&Header::closebox();
my $rulesdate; my $rulesdate;
@@ -709,10 +708,10 @@ if ( -f "$IDS::rulestarball"){
$rulesdate = localtime($Info[9]); $rulesdate = localtime($Info[9]);
} }
# Draw elements for IDS configuration.
&Header::openbox('100%', 'center', $Lang::tr{'settings'});
print <<END print <<END
<br><br><h2>$Lang::tr{'settings'}</h2>
<form method='post' action='$ENV{'SCRIPT_NAME'}'> <form method='post' action='$ENV{'SCRIPT_NAME'}'>
<table width='100%' border='0'> <table width='100%' border='0'>
<tr> <tr>