Bugzilla – Attachment 177329 Details for
Bug 38985
Syndetics covers don't show on OPAC result pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38985: Only test normalized_isbn for OPAC Syndetics covers
Bug-38985-Only-test-normalizedisbn-for-OPAC-Syndet.patch (text/plain), 1.74 KB, created by
Lucas Gass (lukeg)
on 2025-01-29 22:55:44 UTC
(
hide
)
Description:
Bug 38985: Only test normalized_isbn for OPAC Syndetics covers
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-01-29 22:55:44 UTC
Size:
1.74 KB
patch
obsolete
>From ca379f4bf046b6366c8a22b6d6677de196628ef1 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 28 Jan 2025 22:55:49 +0000 >Subject: [PATCH] Bug 38985: Only test normalized_isbn for OPAC Syndetics > covers > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc >index 7f642ab3e39..445feac1c46 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc >@@ -20,7 +20,7 @@ > [% END %] > > [% IF ( SyndeticsCoverImages ) %] >- [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] >+ [% IF ( SEARCH_RESULT.normalized_isbn ) %] > <div class="cover-image syndetics-coverimg"> > <a href="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | uri %]/[% SyndeticsCoverImageSize | uri %].GIF&client=[% SyndeticsClientCode | uri %]&type=xw10&upc=[% normalized_upc | uri %]&oclc=[% normalized_oclc | uri %]"> > <img src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | uri %]/[% SyndeticsCoverImageSize | uri %].GIF&client=[% SyndeticsClientCode | uri %]&type=xw10&upc=[% normalized_upc | uri %]&oclc=[% normalized_oclc | uri %]" id="syndetics-thumbnail-[% SEARCH_RESULT.biblionumber | html %]" alt="Syndetics cover image" /> >-- >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 38985
:
177293
|
177297
|
177298
|
177326
|
177327
|
177328
| 177329