Hello Stephen, Thank you for the patch. I am seeing three emails here which all seem to be almost identical? Was there a problem submitting the patch or are there actually any changes here which I have missed? -Michael > On 27 Feb 2025, at 20:43, Stephen Cuka wrote: > > 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 > --- > 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 d6be6c40e..d29940b8d 100644 > --- 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(); > > -- > 2.43.0 >