]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1410532: TPAC - Make "Show more details" in results optional
authorArt Rhyno <art632000@yahoo.ca>
Mon, 13 Aug 2012 21:22:17 +0000 (17:22 -0400)
committerBen Shum <bshum@biblio.org>
Mon, 16 Feb 2015 09:29:53 +0000 (04:29 -0500)
commitf6913869ee39126559f919b40afea814a4c3ccb8
tree0bec6cbec8cf5d3f3da1ee9bbbf32c26164f9448
parent0a9ae15101471db50ca5483537b0c017b6a95524
LP#1410532: TPAC - Make "Show more details" in results optional

Academic sites typically handle a lot of electronic content and want to
bring most details about entries, such as availability, status, and
URLs, on a results screen to the front.

This adds a 'show_more_details.default' option in 'config.tt2' that can
have the values 'true', 'false' and 'hide'.  The 'true' and 'false'
values set the default for the button to more and less respectively, and
'hide' suppresses the button from showing at all.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/config.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2
Open-ILS/src/templates/opac/results.tt2