]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1980297 Booking:reservations page not formatted in bootstrap opac
authorGarry Collum <gcollum@gmail.com>
Thu, 7 Jul 2022 18:17:05 +0000 (18:17 +0000)
committerJane Sandberg <js7389@princeton.edu>
Fri, 14 Oct 2022 22:16:46 +0000 (15:16 -0700)
commit4fb68e6568f565dda8befe4e7fc570c5f9f6f78c
treebd9e1ce1e930d7726c9971168318eabae0d9245a
parenta3dbc39c5d66063be0e753681d67fb214cfb02b0
LP1980297 Booking:reservations page not formatted in bootstrap opac

Formats the page's title and table in a consistent manner with other
pages in the bootstrap opac's myopac pages.  Also adds CSS so that
the correct labels are displayed on smallish screens.

To test.

1. Set ctx.show_reservations_tab in config.tt2 to true.
2. Create a couple of bookings for a patron and login to the opac as that
patron.
3. In the opac go to the reservations screen and notice the formatting.
Resize the screen to view the display on a small scale.
4. Apply the patch
5. Repeat 3 and now notice the page title and the table formatting. View
the table in a small screen.
6. Also view the reservations page as a patron with no bookings.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2
Open-ILS/src/templates-bootstrap/opac/myopac/reservations.tt2