From 7c317f8caa976585e2646204c368657f488d7918 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 12 Jan 2015 16:14:56 -0500 Subject: [PATCH] Fix to grouped search result set navigation bar display issue in OPAC. Signed-off-by: Terran McCanna Conflicts: Open-ILS/src/templates/opac/results.tt2 --- Open-ILS/src/templates/opac/parts/result/facets.tt2 | 5 ++++- Open-ILS/src/templates/opac/results.tt2 | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/result/facets.tt2 b/Open-ILS/src/templates/opac/parts/result/facets.tt2 index 5f244b9c04..e42e20af1d 100644 --- a/Open-ILS/src/templates/opac/parts/result/facets.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/facets.tt2 @@ -1,9 +1,12 @@
+ [% IF !CGI.url_param('metarecord') %]
- [% l('Narrow Your Search') %]
+ [% l('Narrow Your Search') %] +
Tip: Click on the links below to narrow down your search results. To remove a search limit you've selected, click on the link again.
+ [% END %] [% long_facets = CGI.param('long_facet') || []; diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 828c556915..24fb816253 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -24,7 +24,7 @@ [% INCLUDE "opac/parts/searchbar.tt2" took_care_of_form=1 %]
[% l('Search Results') %]

[% l('Additional search filters and navigation') %]

-
+
[%# hide the header bar when displaying metarecord constituents instead of skipping it altogether to allow the search form variables to propagate %] @@ -36,8 +36,8 @@ mr_attrs.title) | html %]
[% IF CGI.param('query') %] -
- + -- 2.11.0