From cdb3e30381f33147718558c9c79d3035af8737f6 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 26 Dec 2019 13:51:41 -0500 Subject: [PATCH] PINES Hide Print and Email Options on Lists The print & email options on lists in the OPAC are currently broken (launchpad bug 1854986) - hide them until fixed. Also includes a couple minor adjustments to spacing. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/myopac/lists.tt2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 4f462c7de0..39fa904b8f 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@ -166,7 +166,7 @@

[% bbag.name | html %]

[% IF bbag.description %]
[% bbag.description | html %]
[% END %] -
+
[% IF ctx.add_rec %]
@@ -316,8 +316,10 @@ [%- INCLUDE "opac/parts/preserve_params.tt2"; %] @@ -328,7 +330,7 @@
[% END %] + style="margin-bottom:10px;border-bottom: 2px solid #ccc;">
-- 2.11.0