From: Michael Tremer Date: Tue, 10 Sep 2024 09:24:01 +0000 (+0200) Subject: ids.cgi: Remove box from the top section X-Git-Tag: v2.29-core189~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3db0465703fe15855b02c3487859c8ca5a0db2b;p=ipfire-2.x.git ids.cgi: Remove box from the top section Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index b18f239e66..db05df98a9 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -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.