mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
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:
@@ -696,7 +696,6 @@ END
|
||||
</table>
|
||||
END
|
||||
}
|
||||
&Header::closebox();
|
||||
|
||||
my $rulesdate;
|
||||
|
||||
@@ -709,10 +708,10 @@ if ( -f "$IDS::rulestarball"){
|
||||
$rulesdate = localtime($Info[9]);
|
||||
}
|
||||
|
||||
# Draw elements for IDS configuration.
|
||||
&Header::openbox('100%', 'center', $Lang::tr{'settings'});
|
||||
|
||||
print <<END
|
||||
|
||||
<br><br><h2>$Lang::tr{'settings'}</h2>
|
||||
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user