From f16eeae07853bf8b7bc8e740a74f9f9b28cadb1d Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Mon, 1 Jan 2024 15:35:46 +0100 Subject: [PATCH] dhcp.cgi: Adjust legend entries to make clear they are legends and not messages - A new IPFire user on the forum saw the orange and red coloured blocks in the legend section and believed that they were messages about problems that had been created with the fixed leases. - This change puts a small block with seperate explanatory text for both the orange and red coloured blocks. - This change will also be applied to the wiki in a much clearer way Tested-by: Adolf Belka Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch --- html/cgi-bin/dhcp.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi index ec5d626572..c079fe1aee 100644 --- a/html/cgi-bin/dhcp.cgi +++ b/html/cgi-bin/dhcp.cgi @@ -1164,10 +1164,10 @@ print <   -   - $Lang::tr{'ip address outside subnets'} -    - $Lang::tr{'dhcp fixed ip address in dynamic range'} +   +  $Lang::tr{'ip address outside subnets'}  +   +  $Lang::tr{'dhcp fixed ip address in dynamic range'}     $dup -- 2.39.5