From: Kathy Lussier Date: Thu, 5 Nov 2015 18:06:41 +0000 (-0500) Subject: LP#1487527: turn consortium-wide search scope on by default X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=14e32b6ed936f0e4e86751e96e3357c1ed1fe8a4;p=evergreen%2Fmasslnc.git 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 --- 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.