]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ids.cgi: Remove box from the top section
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Sep 2024 09:24:01 +0000 (11:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2024 08:43:30 +0000 (08:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ids.cgi

index b18f239e665723612c4c38dfcf0a76a672ca3c07..db05df98a9143e35fdd55c085d6ba105006a90a7 100644 (file)
@@ -1007,7 +1007,7 @@ sub show_mainpage() {
        $checked{'ENABLE_IDS'}{$idssettings{'ENABLE_IDS'}} = "checked='checked'";
 
        # Draw current state of the IDS
-       &Header::openbox('100%', 'left', $Lang::tr{'intrusion detection system'});
+       &Header::opensection();
 
        &Header::ServiceStatus({
                $Lang::tr{'intrusion prevention system'} => {
@@ -1098,7 +1098,7 @@ END
 
        }
 
-       &Header::closebox();
+       &Header::closesection();
 
        #
        # Used Ruleset Providers section.