From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Cuka To: development@lists.ipfire.org Subject: [PATCH] Add button spacing on 'Firewall/Firewall Groups' page. Date: Sun, 02 Mar 2025 09:26:14 +0000 Message-ID: <20250227085438.244958-1-stephen@firemypi.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6614025260522726702==" List-Id: --===============6614025260522726702== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Add spacing between showmenu() buttons on Firewall/Firewall Groups page to im= prove the look of the page. No changes to the functions of the page. Signed-off-by: Stephen Cuka --- html/cgi-bin/fwhosts.cgi | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) mode change 100644 =3D> 100755 html/cgi-bin/fwhosts.cgi diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi old mode 100644 new mode 100755 index d6be6c40e..d29940b8d --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1320,10 +1320,29 @@ sub showmenu { &Header::openbox('100%', 'left',); print "$Lang::tr{'fwhost welcome'}"; print<
- - -
+

+ + + + + + + + +
+
+ + + + +
+
+
+ + +
+
+
END &Header::closebox(); =20 --=20 2.43.0 --===============6614025260522726702==--