]> 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)
committerKathy Lussier <klussier@masslnc.org>
Mon, 22 Aug 2016 10:30:05 +0000 (06:30 -0400)
commit75494fc2caf228faff8c29cfde31eb07c173b754
tree2c48d8e92daeca4e4cb3eb6d2eb6760f3f3e63c1
parent3f3571cd87d6af5247611276ff3182c3e00a1153
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>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/myopac/hold_history.tt2