koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt: <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% request.biblio_id | uri %]">Click here to view</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. To reproduce you will need to enable interlibrary loans. https://koha-community.org/manual/20.11/hi/html/ILL_requests.html
Created attachment 115465 [details] [review] Bug 27478: Improved link text when viewing ILL reqested item TEST PLAN: 1) Follow https://koha-community.org/manual/20.11/hi/html/ILL_requests.html and https://wiki.koha-community.org/wiki/ILL_backends to enable Interlibrary loans if you haven't already. 2)In the Koha staff website or OPAC website, make an ILL request. (if in the Koha staff website, use your own card barcode) 3) Go the the OPAC website, your account (top right), 'your interlibrary loan requests', view request 4) The text should be as follows "Requested item: View the requested item" If so the patch has worked.
Created attachment 115543 [details] [review] Bug 27478: Improved link text when viewing ILL reqested item TEST PLAN: 1) Follow https://koha-community.org/manual/20.11/hi/html/ILL_requests.html and https://wiki.koha-community.org/wiki/ILL_backends to enable Interlibrary loans if you haven't already. 2)In the Koha staff website or OPAC website, make an ILL request. (if in the Koha staff website, use your own card barcode) 3) Go the the OPAC website, your account (top right), 'your interlibrary loan requests', view request 4) The text should be as follows "Requested item: View the requested item" If so the patch has worked. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 115561 [details] [review] Bug 27478: Improved link text when viewing ILL reqested item TEST PLAN: 1) Follow https://koha-community.org/manual/20.11/hi/html/ILL_requests.html and https://wiki.koha-community.org/wiki/ILL_backends to enable Interlibrary loans if you haven't already. 2)In the Koha staff website or OPAC website, make an ILL request. (if in the Koha staff website, use your own card barcode) 3) Go the the OPAC website, your account (top right), 'your interlibrary loan requests', view request 4) The text should be as follows "Requested item: View the requested item" If so the patch has worked. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed to master for 21.05, thanks to everybody involved!
Enhancement not pushed to 20.11.x