Bugzilla – Attachment 151164 Details for
Bug 29993
Syndetics cover images do not display in browse shelf when scrolling from the first page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29993: Show Syndetics covers when using shelfbrowser controls
Bug-29993-Show-Syndetics-covers-when-using-shelfbr.patch (text/plain), 2.12 KB, created by
Victor Grousset/tuxayo
on 2023-05-13 04:33:44 UTC
(
hide
)
Description:
Bug 29993: Show Syndetics covers when using shelfbrowser controls
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-05-13 04:33:44 UTC
Size:
2.12 KB
patch
obsolete
>From 6d84627006fb5782c10da2a29fc825c4aaab666f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 17 Apr 2023 17:41:02 +0000 >Subject: [PATCH] Bug 29993: Show Syndetics covers when using shelfbrowser > controls > >1. Have items that include itemcallnumber. >2. Enable OPACShelfBrowser. >3. Enable SyndeticsCoverImages and SyndeticsEnabled. >4. Go the an OPAC detail page and open the shelf browser. >5. Use the Next/Previous buttons. >6. Notice that no Syndetics images populate after using Next/Previous buttons. >7. Apply patch and try again, cover images for Syndetics should be generating. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >Rebased-by: Victor Grousset/tuxayo <victor@tuxayo.net> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >index 7f6048836d..78c6139142 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/shelfbrowser.inc >@@ -43,7 +43,7 @@ > > [% IF ( SyndeticsEnabled ) %] > [% IF ( SyndeticsCoverImages ) %] >- [% IF ( content_identifier_exists ) %] >+ [% IF ( item.browser_normalized_isbn ) %] > <img src="https://secure.syndetics.com/index.aspx?isbn=[% item.browser_normalized_isbn | html %]/[% SyndeticsCoverImageSize | uri %].GIF&client=[% SyndeticsClientCode | html %][% IF ( item.browser_normalized_upc ) %]&upc=[% item.browser_normalized_upc | html %][% END %][% IF ( item.browser_normalized_oclc ) %]&oclc=[% item.browser_normalized_oclc | html %][% END %]&type=xw10" alt="" /> > [% ELSE %] > <span class="no-image">No cover image available</span> >-- >2.40.1
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 29993
:
149765
|
149766
| 151164