]> 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:53:07 +0000 (15:53 -0700)
commit1b466467109a9013dd3799d69be6e80c968ce433
treec1b0407ba6e326dd1c1550d021bb55c43b0ddb85
parent3141170291ccb38a84d3ad68371cd87bbf6cb4b9
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