mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
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 <adolf.belka@ipfire.org> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
dcb878d6a1
commit
f16eeae078
@@ -1164,10 +1164,10 @@ print <<END
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td class='base orange'>$Lang::tr{'ip address outside subnets'}</td>
|
||||
<td>  </td>
|
||||
<td class='base red'>$Lang::tr{'dhcp fixed ip address in dynamic range'}</td>
|
||||
<td class='base orange'> </td>
|
||||
<td class='base'> $Lang::tr{'ip address outside subnets'} </td>
|
||||
<td class='base red'> </td>
|
||||
<td class='base'> $Lang::tr{'dhcp fixed ip address in dynamic range'}</td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
$dup
|
||||
|
||||
Reference in New Issue
Block a user