From 14e32b6ed936f0e4e86751e96e3357c1ed1fe8a4 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Thu, 5 Nov 2015 13:06:41 -0500 Subject: [PATCH] LP#1487527: turn consortium-wide search scope on by default Turn the consortium-wide search scope features on by default. Release Notes have been updated accordingly. Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/config.tt2 | 16 ++++++++-------- docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/config.tt2 b/Open-ILS/src/templates/opac/parts/config.tt2 index e129519c0a..47df01b091 100644 --- a/Open-ILS/src/templates/opac/parts/config.tt2 +++ b/Open-ILS/src/templates/opac/parts/config.tt2 @@ -174,14 +174,14 @@ ctx.google_books_preview = 0; # Depth Button/Checkbox # Recommendation: Do not enable button for basic search without enabling the # checkbox for the results page -#ctx.depth_sel_checkbox = 1; # Results Page Checkbox Toggle -#ctx.depth_sel_button = 1; # Basic Search Submit Button -#ctx.depth_sel_depth = 0; # Depth to set to -#ctx.depth_sel_button_label = l('All Libraries'); -#ctx.depth_sel_button_class = 'opac-button'; -#ctx.depth_sel_checkbox_label = l('Show results from all libraries'); -#ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.'); -#ctx.depth_sel_resultshint = l('Showing results from all libraries'); +ctx.depth_sel_checkbox = 1; # Results Page Checkbox Toggle +ctx.depth_sel_button = 1; # Basic Search Submit Button +ctx.depth_sel_depth = 0; # Depth to set to +ctx.depth_sel_button_label = l('All Libraries'); +ctx.depth_sel_button_class = 'opac-button'; +ctx.depth_sel_checkbox_label = l('Show results from all libraries'); +ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.'); +ctx.depth_sel_resultshint = l('Showing results from all libraries'); ############################################################################## # Metarecords configuration diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt b/docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt index 37b0643001..8a3153a93c 100644 --- a/docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt +++ b/docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt @@ -5,5 +5,5 @@ like a local library. When the results are lacking, the search is repeated in a consortium-wide scope. This feature provides an optional button and checkbox to alter the depth of the search to a defined level. -This feature can be turned on from config.tt2. +This feature can be turned off from config.tt2. -- 2.43.2