]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1950345-Format the Current Hold Groups table in bootstrap opac
authorGarry Collum <gcollum@gmail.com>
Wed, 10 Nov 2021 19:01:44 +0000 (14:01 -0500)
committerJane Sandberg <sandbergja@gmail.com>
Fri, 10 Jun 2022 22:55:20 +0000 (15:55 -0700)
commit39987073ee5570643f5c6709db15ed03f5fc1684
treeb22a57dde12a21cc16de4cdf0e2c619372464126
parentd6360ff1c63c776e8767ead2383c3555166bc81d
LP1950345-Format the Current Hold Groups table in bootstrap opac

This patch styles the Current Hold Groups table in bootstrap to be consistent
with other tables in the bootstrap catalog.  It fixes overlappling text
in cells.  It also fixes the column headings for small screens.  Previously
the headings on small screens were pulling from the css rules for the
holds history table.

To test:
1. create a couple of hold groups and add a patron to each group.  Make the
groups opac visible.
2. login to the opac as the patron to view the holds groups to which the
patron belongs.  Notice the table style with not margins or padding.
3. make your browser as small as possible to see the incorrect headings.
4. apply the patch.
5. repeat 2 and 3 to view the fix.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Open-ILS/src/templates-bootstrap/opac/css/mediaQuery.css.tt2
Open-ILS/src/templates-bootstrap/opac/myopac/hold_subscriptions.tt2