Bugzilla – Attachment 185398 Details for
Bug 28307
Enable BakerTaylorEnabled content in the staff interface with separate system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28307: (follow-up) Correct ID of image container
Bug-28307-follow-up-Correct-ID-of-image-container.patch (text/plain), 1.82 KB, created by
Owen Leonard
on 2025-08-14 13:50:32 UTC
(
hide
)
Description:
Bug 28307: (follow-up) Correct ID of image container
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-08-14 13:50:32 UTC
Size:
1.82 KB
patch
obsolete
>From 83826c39b493baed2b2959db85657cc8972cdf62 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 14 Aug 2025 11:08:05 +0000 >Subject: [PATCH] Bug 28307: (follow-up) Correct ID of image container > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 79ec20e3a30..026025dff8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -641,7 +641,7 @@ > [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %] > [% IF ( BakerTaylorEnabled && bt_id ) %] > [% SET BakerTaylorImageURL = "https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=${ Koha.Preference('BakerTaylorUsername') }&Password=${ Koha.Preference('BakerTaylorPassword') }&Options=Y&Return=T&Type=S&Value=$bt_id" %] >- <div class="cover-image bakertaylor-coverimg" id="bakertaylor-coverimg"> >+ <div class="cover-image bakertaylor-coverimg" id="bakertaylor-coverimg-[% SEARCH_RESULT.biblionumber | html %]"> > [% IF BakerTaylorBookstoreURL %] > <a href="https://[% Koha.Preference( BakerTaylorBookstoreURL ) | url %][% bt_id | url %]"> > <img alt="See Baker & Taylor" src=" [% BakerTaylorImageURL | url %]" /> >-- >2.39.5
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 28307
:
123198
|
125708
|
125743
|
125744
|
127222
|
127223
|
127224
|
127225
|
131784
|
131785
|
131786
|
133274
|
133275
|
133276
|
138137
|
138138
|
138139
|
142193
|
142194
|
142195
|
169061
|
169062
|
169063
|
175257
|
175258
|
175259
|
175265
|
178730
|
178731
|
178732
|
180719
|
180720
|
180721
|
185395
|
185396
|
185397
| 185398