From 4b3adf85e07b9743b830f89f3cfe609ddf18d32c Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Fri, 27 Jun 2025 23:04:39 -0700 Subject: [PATCH] fwhosts.cgi: Add button spacing on 'Firewall/Firewall Groups' page commit 50b4c402226cda390832d3124a2a46187cc635c3 Author: Stephen Cuka Date: Thu Feb 27 16:34:16 2025 -0700 fwhosts.cgi: Add button spacing on 'Firewall/Firewall Groups' page. Add spacing between showmenu() buttons on Firewall/Firewall Groups page to improve the look of the page. No changes to the functions of the page. Signed-off-by: Stephen Cuka Signed-off-by: Michael Tremer Signed-off-by: Vincent Li --- html/cgi-bin/fwhosts.cgi | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index b4468feed..e92ef6853 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1327,10 +1327,29 @@ sub showmenu { &Header::openbox('100%', 'left',); print "$Lang::tr{'fwhost welcome'}"; print<
- - -
+

+ + + + + + + + +
+
+ + + + +
+
+
+ + +
+
+
END &Header::closebox();