https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18799

--- Comment #15 from M. Tompsett <mtomp...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to