Tweaks/fixes for WoL, ticket #5965
Fixup Toggle All button, ticket #5965
Merge pull request #2725 from NewEraCracker/system_certmanager-fixes
Merge pull request #2727 from phil-davis/savebtn
Merge pull request #2726heper:patch-2 from phil-davis/patch-2
Fix $POST checks so they do not depend on string Save
This prevents problems when Save is translated to other languages.Note: This is the only remaining place I could find with this issue.There are other pieces of code that do:```if ($_POST['save'] == gettext("Save"))...
Use a more clear icon/wording on Diag > Tables button to flush the table. Ticket #5965
Use less confusing button text/colors/icons for Factory defaults/Halt/Reboot. Ticket #5965
Translate the default submit button text
Note: This will cause a problem for some code that does comparisons expecting this text to be exactly the string 'Save'. If the user has selected a different language then the button text will be translated and thus will be some different text....
HTML Compliance - CARP Status Widget
Error: th start tag in table body.Warning: A table row was 1 columns wide, which is less than the column count established by the first row (3).
View revisions
Also available in: Atom