koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt: <a href="booksellers.pl">Click here to go back to booksellers page</a> "Here" should not be used as a link text as it doesn't contain any helpful information for people scanning the page for information and also is a problem for blind users using screen readers jumping from link to link on a page.
Created attachment 115392 [details] [review] Bug 27469: Improve link text when returning to booksellers page This is to make the link more accessible for screen readers. 1. (Without patch) go to 'Acquisitions' and then 'Basket' 2. The link for the booksellers page should say 'Click here to go back to booksellers page' 3. Add patch 4. The link should now just say 'Go back to booksellers page', i.e. there is now no 'Click here'
Created attachment 115432 [details] [review] Bug 27469: Improve link text when returning to booksellers page This is to make the link more accessible for screen readers. 1. (Without patch) go to 'Acquisitions' and then 'Basket' 2. The link for the booksellers page should say 'Click here to go back to booksellers page' 3. Add patch 4. The link should now just say 'Go back to booksellers page', i.e. there is now no 'Click here' Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 115433 [details] [review] Bug 27469: (follow-up) Correct terminology We should use "vendor" instead of "bookseller." https://wiki.koha-community.org/wiki/Terminology
Created attachment 115636 [details] [review] Bug 27469: Improve link text when returning to booksellers page This is to make the link more accessible for screen readers. 1. (Without patch) go to 'Acquisitions' and then 'Basket' 2. The link for the booksellers page should say 'Click here to go back to booksellers page' 3. Add patch 4. The link should now just say 'Go back to booksellers page', i.e. there is now no 'Click here' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=27496
Created attachment 115637 [details] [review] Bug 27469: (follow-up) Correct terminology We should use "vendor" instead of "bookseller." https://wiki.koha-community.org/wiki/Terminology Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=27496
Created attachment 115670 [details] [review] Bug 27469: Improve link text when returning to booksellers page This is to make the link more accessible for screen readers. 1. (Without patch) go to 'Acquisitions' and then 'Basket' 2. The link for the booksellers page should say 'Click here to go back to booksellers page' 3. Add patch 4. The link should now just say 'Go back to booksellers page', i.e. there is now no 'Click here' Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=27496 Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Created attachment 115671 [details] [review] Bug 27469: (follow-up) Correct terminology We should use "vendor" instead of "bookseller." https://wiki.koha-community.org/wiki/Terminology Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=27496 Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Pushed to master for 21.05, thanks to everybody involved!
Enhancement not pushed to 20.11.x