From: Julian Maurice Date: Tue, 27 Sep 2022 11:20:33 +0000 (+0200) Subject: Bug 30952: Fix biblio detail display when covers are enabled X-Git-Tag: v22.11.00~961 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=6ea413ed7565f3dc2ca32ab8cbe46db535b43f08;p=koha-ffzg.git Bug 30952: Fix biblio detail display when covers are enabled Signed-off-by: Martin Renvoize Signed-off-by: Owen Leonard Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi --- 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 e3f7f18a63..905f1d14ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -202,9 +202,10 @@ [% END %] [% END %] + [%# .page-section %] + [% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] -
[% IF ( LocalCoverImages ) %] @@ -268,7 +269,6 @@
[% ELSE %] - [%# .page-block %] [% END # /IF ( AmazonCoverImages, etc ) %]