]> git.evergreen-ils.org Git - contrib/Conifer.git/commit
TPAC: Make "Show more details" in results optional feature/tpac_show_details_config_2_4
authorArt Rhyno <art632000@yahoo.ca>
Mon, 13 Aug 2012 21:22:17 +0000 (17:22 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 14:49:51 +0000 (10:49 -0400)
commit209edc8199677856f46bf87ee8f70b40dbf264a3
tree2fc6f65c43031fb5f578886df08ddfa84eb07d30
parent336f1831e2e169c57f9b01521a1b1dec8c18b034
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>
Open-ILS/src/templates/opac/parts/config.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2
Open-ILS/src/templates/opac/results.tt2