]> 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)
committerBen Shum <ben@evergreener.net>
Wed, 10 Feb 2016 01:44:35 +0000 (20:44 -0500)
commitcb51783a3b434036ed7121f666ce60e6fb7f08b3
treeddfc9c10c49c3fa3dbe6bdbc1f8c20c3fd679cde
parentaa4d367a99869da5cc3a1fb52c54feaeae5a4a5c
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>
Signed-off-by: Ben Shum <ben@evergreener.net>
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