From 8a6d8dad219020ec9a5863f589e04ee850e8d3f5 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. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 12 ++++++------ koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 8 ++++---- 2 files changed, 10 insertions(+), 10 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 f79de12..4faf787 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -154,9 +154,9 @@ [% END %] [% IF ( IntranetCoce && CoceProviders ) %] [% coce_id = normalized_ean || normalized_isbn %] - + [% IF ( coce_id ) %] - + [% ELSE %] No cover image available [% END %] @@ -239,9 +239,9 @@ [% END %] [% IF ( IntranetCoce && CoceProviders ) %] [% coce_id = normalized_ean || normalized_isbn %] - + [% IF ( coce_id ) %] - + [% ELSE %] No cover image available [% END %] @@ -923,7 +923,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 %]