]> git.evergreen-ils.org Git - working/Evergreen.git/commit
lp1422802: Improve visibility of parts on Place Holds screen
authorKathy Lussier <klussier@masslnc.org>
Sat, 14 Feb 2015 19:10:54 +0000 (14:10 -0500)
committerKathy Lussier <klussier@masslnc.org>
Tue, 9 Feb 2016 03:36:02 +0000 (22:36 -0500)
commit372056cb95b646f1364c8388eda4445132f71530
tree0cfdc4eaa2666d1b43bfc8ee3c40d998f37be4ac
parentf8cbc52c5a40eddfe30cac0955fd2c23e09a59d9
lp1422802: Improve visibility of parts on Place Holds screen

Users often miss the list of parts on the Place Holds screen, leading to
many title-level holds on records where only one or two libraries have
'unparted' copies. This branch adds some styling to add padding around the
parts selector and to bold the Select a Part text. Many thanks to Christine
Morgan whose custom work at NOBLE served as an inspiration for this styling.

The branch also adds a new config.tt2 option to display parts with
radio buttons instead of a select menu so that all of the parts will display on
the screen. With this option, no parts are pre-selected, forcing the users to
actively choose a part.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/config.tt2
Open-ILS/src/templates/opac/parts/js.tt2
Open-ILS/src/templates/opac/parts/place_hold.tt2