]> git.evergreen-ils.org Git - working/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:55:33 +0000 (09:55 -0500)
commit48774e526a2d42dcbf1c37d4489c7512e22b397a
tree3dd8fb63dca23171db88840c8daf67f8fe96224f
parentcfc5b8a048de3440353d35f507167cb08b700890
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