From 628891a26dbea6660e68f3167138794942e593c6 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Mon, 16 Feb 2015 04:24:29 -0500 Subject: [PATCH] LP#1410532: Follow-up to fix config option for "Show more details" Somehow we got two entries in config.tt2 for the "Show more details". Remove one of these so that there's no confusion over how the variable is set and applied. Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/config.tt2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/config.tt2 b/Open-ILS/src/templates/opac/parts/config.tt2 index 099ad7db8a..9ce90a2d07 100644 --- a/Open-ILS/src/templates/opac/parts/config.tt2 +++ b/Open-ILS/src/templates/opac/parts/config.tt2 @@ -87,14 +87,6 @@ show_more_details.default = 'false'; # Options are "small", "medium", and "large" record.summary.jacket_size = 'medium'; -############################################################################## -# Option for full details as a default, esp. impt. for e-content -# that uses resolver plumbing. Valid values are 'true', 'false' and 'hide'. -# Setting this to 'true' shows full details by default but allows the link -# to appear for 'Show Fewer Details'. The 'hide' option shows full details -# and also suppresses the link from displaying at all. -show_more_details.default = 'false'; - ############################################################################## # Define the order in which facets are displayed. Only facets listed here # will be displayed. To show all facets sorted by name, comment out this -- 2.43.2