https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23482 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 95661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95661 Bug 23482: Fix BakerTaylor cover images on lists Review of attachment 95661: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23482&attachment=95661) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt @@ +360,5 @@
+ <span class="no-image">No cover image available</span> + [% END %] + [% END %] + + [% IF ( Koha.Preference('BakerTaylorEnabled') && Koha.Preference('BakerTaylorBookstoreURL') ) %]
Not sure why you start a new IF block here - conditions and variables appear to be the same as on the check right before it? -- You are receiving this mail because: You are watching all bug changes.