From: Michael Tremer Date: Sat, 27 Apr 2024 12:02:31 +0000 (+0200) Subject: connections.cgi: Remove the extra box X-Git-Tag: v2.29-core188~10^2~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81784657c9b95b22912e78cfe06dfda3e3c81bed;p=ipfire-2.x.git connections.cgi: Remove the extra box Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi index 69d89f51ce..f734f11690 100644 --- a/html/cgi-bin/connections.cgi +++ b/html/cgi-bin/connections.cgi @@ -285,7 +285,7 @@ if (-e "${General::swroot}/ovpn/n2nconf") { # Show the page. &Header::openpage($Lang::tr{'connections'}, 1, ''); &Header::openbigbox('100%', 'left'); -&Header::openbox('100%', 'left', $Lang::tr{'connection tracking'}); +&Header::opensection(); # Print legend. print <"; -&Header::closebox(); +&Header::closesection(); &Header::closebigbox(); &Header::closepage();