]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1614807: Holds history should look like other My Account screens
authorKathy Lussier <klussier@masslnc.org>
Fri, 19 Aug 2016 17:41:14 +0000 (13:41 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 24 Aug 2016 12:45:21 +0000 (08:45 -0400)
commit4e1ab37ff215a8d42b8525de6fe27cb29bde8abf
tree1791311aa1941140e48a72379661d5bedabb3720
parent4c16071e115c60966cc0c51fa42eb7fa7fd2818a
LP#1614807: Holds history should look like other My Account screens

The Holds History My Account interface looks entirely different than the Items
Out, Check Out History, and Items On Holds interfaces. This commit adds a new
acct_holds_hist_header CSS class that shares the same styles as the CSS classes
used for the other three interfaces. Inline styles are removed from this table.

Test plan
Pre-patch: Go to the My Account Items Out, Check Out History, Items on Hold,
and Holds History interfaces. While the first three interfaces use a table with
a white background for the headers and a gray background for the body, the Holds
History interface is the opposite.

Post patch: All four interfaces should show a similar style to each other.

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/hold_history.tt2