]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1614807: Make holds history more responsive
authorKathy Lussier <klussier@masslnc.org>
Mon, 22 Aug 2016 10:10:14 +0000 (06:10 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 13:19:22 +0000 (09:19 -0400)
commit8f3f77578c83aad7d5d0fc198b2bd3eb761777f7
treed855bfa2c10066829ab709e55e6b5630756ba6b7
parent345ae86e22b60722dd1afbc46afd39c0da6acd64
LP#1614807: Make holds history more responsive

When retrieving the holds history page on a mobile device, re-orient the table
as we do with other My Account screens.

Test plan
Pre-patch, retrieve the holds history screen for a patron that has enabled
holds history. Resize the screen to a width of 600 pixels or smaller. No
adjustments will be made to the table, and horizontal scrolling is required to
see some data.

Post-patch, after resizing this screen, the table should reorient itself with
the headers displaying in the left column, as is done on the other My Account
screens.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/css/style.css.tt2