https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799 --- Comment #15 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 64279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64279 Bug 18799: Display icons on results.tt Review of attachment 64279: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18799&attachment=64279) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ +532,5 @@
[% IF ( SEARCH_RESULT.XSLTResultsRecord ) %] [% SEARCH_RESULT.result_number %]. + [% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] + <img src="[% SEARCH_RESULT.imageurl %]" title="[% SEARCH_RESULT.description %]" style="float: left; margin: .1em;" alt="[% SEARCH_RESULT.description %]" /> + [% END %]
Now after testing, I get it. This will always display for XSLT records regardless of the item-itype system preference setting. -- You are receiving this mail because: You are watching all bug changes.