]> git.evergreen-ils.org Git - contrib/Conifer.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 13:19:22 +0000 (09:19 -0400)
commit45bc9c2bad16e3910cd710bd47e058573c2e3830
treecf3fb04e3a206eb35811acf52d8d8d1fe572a3ad
parent401b3e4e305b48d4d991a4b5b9c8cd880136e195
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