]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
updatexlrator.cgi: Fixes bug#13024 - Table style rendering bug
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 21 Feb 2023 13:11:54 +0000 (14:11 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sun, 5 Mar 2023 15:03:54 +0000 (15:03 +0000)
commit7721b92500e2e060944f5fe92b956b4ce1caea51
treeead8c38b8413240172f51f23ab844d50c90a279c
parent6b53d3b1295a07e1850c3bd4d0c634750ab10f77
updatexlrator.cgi: Fixes bug#13024 - Table style rendering bug

- This is happening due to the use of bgcolor which has been deprecated since HTML4.01 and
   is no longer supported in HTML5
- Similar approach used here as was used in the same fix for the dhcp.cgi page
- CSS based approach utilised.
- Partially tested in my vm testbed. The percentage bar works withg no problems.
   The table could not be confirmed as in my testbed I don't have updatexlrator running
   as my updates are all based on https and not http.
- The table will need to be confirmed by the bug reporter or someone else that uses
   updatexlrator

Fixes: Bug#13024
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
html/cgi-bin/updatexlrator.cgi