koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt: <p>This record has many physical items ([% items_count | html %]). <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | uri %]&viewallitems=1">Click here to view them all.</a></p> "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: go to koha admin in staff client set OpacMaxItemsToDisplay system preference to something small such as 2 create or find a bibliographic record ensure it has more items than the OpacMaxItemsToDisplay (you may have to add more items) go to the opac and find the record scroll down to holdings you should see the 'click here' message
Created attachment 115405 [details] [review] Bug 27477: Changed link text to be more helpful. Test plan: 1. Follow the above steps to reproduce, take note of the link saying "click here" 2. Apply patch 3. Repeat step 1, but now notice how the link says :View all the physical items"
Created attachment 115448 [details] [review] Bug 27477: Changed link text to be more helpful. Test plan: 1. Follow the above steps to reproduce, take note of the link saying "click here" 2. Apply patch 3. Repeat step 1, but now notice how the link says :View all the physical items" Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 115592 [details] [review] Bug 27477: Changed link text to be more helpful. Test plan: 1. Follow the above steps to reproduce, take note of the link saying "click here" 2. Apply patch 3. Repeat step 1, but now notice how the link says :View all the physical items" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Created attachment 115694 [details] [review] Bug 27477: Improve link text to be more helpful (opac-detail.tt) Test plan: 1. Follow the above steps to reproduce, take note of the link saying "click here" 2. Apply patch 3. Repeat step 1, but now notice how the link says :View all the physical items" 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