From: Thomas Berezansky Date: Tue, 27 Oct 2015 17:13:27 +0000 (-0400) Subject: LP#1487527: Search Results checkbox for "Set Depth to Zero" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d16faada7c16cca09c11af1f1cd687d87acd0c4c;p=evergreen%2Fpines.git LP#1487527: Search Results checkbox for "Set Depth to Zero" Intended for "expand my search" while remaining as focused on the original search location as possible. Signed-off-by: Thomas Berezansky Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index f1bb957adf..d49c5256f2 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -91,6 +91,14 @@ [% l('Group Formats and Editions') %] [% END %] + [% IF loc_value != 1 %] + + [% END %] [%- IF CGI.param('detail_record_view') OR (show_more_details.default == 'true' OR show_more_details.default == 'hide');