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:45 +0000 (09:55 -0500)
commit5c8ad063a7163b2def3ff0b1cc030b18e4eff13a
tree8352586faca14152bd37b2c2e196d9e0a82a424f
parentd67152f91bb2d13a4ffac16a1455696f5a16c767
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