https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42235
--- Comment #9 from David Nind <[email protected]> --- Created attachment 201403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201403&action=edit Bug 42235: Add message type header to OPAC messaging table The OPAC messaging table includes an empty first column header. This column contains the message type, such as Item due, Advance notice, Hold filled, and Auto renewal. Because the header only contains a non-breaking space, it is flagged by accessibility tools as an empty <th> element. Add a translated "Message type" label to the first column header so it has meaningful accessible text. Test plan: 1. Log in to the OPAC 2. Go to "Your messaging settings" 3. Inspect the messaging table header 4. Confirm the first column header contains no meaningful text Apply the patch: 5. Reload the page 6. Confirm the first column header contains "Message type" 7. Confirm the messaging table still displays correctly 8. Run an accessibility checker and confirm the empty table header error is resolved 9. Sign off and have a wonderful day! :D Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
