mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +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>
|
</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user