From 0e7e1754468bde357b2d5bca408a5a1439db6c07 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 c0bad8a..dd5aace 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -149,9 +149,9 @@ [% END %] [% IF ( IntranetCoce && CoceProviders ) %] [% coce_id = normalized_ean || normalized_isbn %] - + [% IF ( coce_id ) %] - + [% ELSE %] No cover image available [% END %] @@ -234,9 +234,9 @@ [% END %] [% IF ( IntranetCoce && CoceProviders ) %] [% coce_id = normalized_ean || normalized_isbn %] - + [% IF ( coce_id ) %] - + [% ELSE %] No cover image available [% END %] @@ -918,7 +918,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 %]