From f6b9a88ac81c2d86ccdf8014690d12a16fd3417e Mon Sep 17 00:00:00 2001 From: McCanna Date: Tue, 8 Jan 2019 14:52:58 -0500 Subject: [PATCH] PINES Fix to Search Results Title Fixes problem where Search Results page title was overlapping filter boxes. Signed-off-by: McCanna --- Open-ILS/src/templates/opac/results.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 9c93779d99..08532ec95e 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -22,7 +22,8 @@

[% l('Search Results') %]

[% INCLUDE "opac/parts/searchbar.tt2" took_care_of_form=1 %] -
[% l('Search Results') %]
+
+
[% l('Search Results') %]

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

[%# hide the header bar when displaying metarecord constituents -- 2.11.0