From ea8fea8a3e5c26457297d0ecb5c49acee9e85274 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 29 Dec 2020 14:51:19 -0500 Subject: [PATCH] PINES OPAC Customizations - More Tweaks Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 | 9 +++++---- Open-ILS/src/templates-bootstrap/opac/parts/result/facets.tt2 | 5 +---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 index 47c6ed1c55..1a47e7e3af 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/extras.tt2 @@ -81,10 +81,11 @@ arrow = arrow_right; END; %] -
- - [% arrow %] [% extra.label | html %] - + + [% IF tab_is_active(name) OR name == 'awards' OR name == 'addedcontent'; %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/result/facets.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/result/facets.tt2 index 7e93dbf8ed..853752f3fc 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/result/facets.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/result/facets.tt2 @@ -1,8 +1,5 @@
-
-
[% l('Narrow Your Search') %]
- [% l('PINES Facet Tip') %] -
+

[% l('Narrow Your Search') %]

[% -- 2.11.0