LP#1487527: Release Notes and disable toggles by default
authorThomas Berezansky <tsbere@mvlc.org>
Wed, 4 Nov 2015 21:15:24 +0000 (16:15 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 5 Nov 2015 18:41:16 +0000 (13:41 -0500)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/config.tt2
docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt [new file with mode: 0644]

index 47df01b..e129519 100644 (file)
@@ -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
new file mode 100644 (file)
index 0000000..37b0643
--- /dev/null
@@ -0,0 +1,9 @@
+Search Scope Depth Selection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+A common usage of the catalog is to do a search in a restricted scope,
+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.
+