]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
LP#1614807: Fix Circ History table header display on small screens
authorKathy Lussier <klussier@masslnc.org>
Fri, 19 Aug 2016 15:59:27 +0000 (11:59 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 13:19:22 +0000 (09:19 -0400)
commit401b3e4e305b48d4d991a4b5b9c8cd880136e195
treee2522526d18cfcfb072858285dad35b04d186184
parent40732b267e19c91d3a0bbf7ace515917b4cb3b8f
LP#1614807: Fix Circ History table header display on small screens

Because the table in circs.tt2 and circ_history.tt2 shared the same CSS class,
circ_history.tt2 was displaying circs.tt2's column headers on mobile devices
and other small screens. The two tables now have distinct classes, and
styles.css.tt2 has been updated to provide the correct table headers for the
circ history page.

Test plan
Pre-patch, pull up a user account that has a circ history in My Account, go to
the Check Out History tab, then resize the screen to a width of 600 pixels or
smaller. The table headers will now display along the side, but the headers
will be the ones that typically display in the Items Out screen. The Barcode
will display in the Date Returned row and the Call number will display in the
Barcode row.

Post-patch, after resizing the screen, the headers that display along the side
should match the ones from the Checkout History interface. All data should
display in its appropriate row.

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
Open-ILS/src/templates/opac/myopac/circ_history.tt2