]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1983729: Bootstrap Opac: fix copy navigation links in small screens
authorGarry Collum <gcollum@gmail.com>
Wed, 10 Aug 2022 17:05:14 +0000 (17:05 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 30 Jan 2023 14:56:49 +0000 (09:56 -0500)
commit937002156315dccd6a87a3340e3da53ee5707bd3
treefb0b6489ff74c1bee862176121831ac2662e1ee0
parentf41d18b2c71c282615cfe8dc74648bab484b602d
LP#1983729: Bootstrap Opac: fix copy navigation links in small screens

This moves the previous, next, and Show more copies links out of the
copies table so that these values do not have incorrect labels on small
screens.

To test:
1. Retrieve a bib record with a large number of copies.
2. In a small screen notice that the previous, next, and show more copies
links are labeled, as Library and Call Number.
3. Apply the patch.
4. Repeat step 2.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2