From e05406b6d57f91216162dacd5facf38e79c33059 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 5 Oct 2018 15:14:57 +0000 Subject: [PATCH] Bug 18421: (follow-up) Adding missing filters This patch adds template filters as prompted by the QA tool. Signed-off-by: Alex Buckley --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++---- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 0217a05..bb94f5c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -141,9 +141,9 @@ [% END %] [% IF ( IntranetCoce && CoceProviders ) %] [% coce_id = normalized_ean || normalized_isbn %] - + [% IF ( coce_id ) %] - + [% ELSE %] No cover image available [% END %] @@ -766,7 +766,7 @@ [% INCLUDE 'catalog-strings.inc' %] [% Asset.js("js/catalog.js") | $raw %] [% INCLUDE 'greybox.inc' %] - [% Asset.js("js/coce.js") %] + [% Asset.js("js/coce.js") | $raw %]