Bugzilla – Attachment 64276 Details for
Bug 18799
XSLTresultsdisplay hides the icons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bub 18799: Display icons on results.tt
Bub-18799-Display-icons-on-resultstt.patch (text/plain), 1.46 KB, created by
Baptiste Wojtkowski (bwoj)
on 2017-06-14 09:09:42 UTC
(
hide
)
Description:
Bub 18799: Display icons on results.tt
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2017-06-14 09:09:42 UTC
Size:
1.46 KB
patch
obsolete
>From 4ac23666ac134b1335cec22f0a186d27e0c66657 Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Wed, 14 Jun 2017 09:04:27 +0000 >Subject: [PATCH] Bub 18799: Display icons on results.tt > >TEST PLAN: >1 - Set xsltresultsdisplay to default >2 - Search something in the catalog => you shouldn't see any icon >3 - Apply patch >4 - Search again, you shall see icons beside the titles of resources >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index e035200..119e54f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -531,6 +531,9 @@ var holdForPatron = function () { > <td> > [% 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 %] > [% SEARCH_RESULT.XSLTResultsRecord %] > [% ELSE %] > <p>[% SEARCH_RESULT.result_number %]. >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18799
:
64276
|
64277
|
64279
|
64327
|
64728
|
73514
|
74417
|
74609