Bugzilla – Attachment 155769 Details for
Bug 34149
Syndetics cover images don't load in staff interface detail page if other images services are enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34149: same for OPAC
Bug-34149-same-for-OPAC.patch (text/plain), 1.29 KB, created by
Victor Grousset/tuxayo
on 2023-09-17 23:05:11 UTC
(
hide
)
Description:
Bug 34149: same for OPAC
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-09-17 23:05:11 UTC
Size:
1.29 KB
patch
obsolete
>From 4696d1482a6dc2393550f3e00c014d03d6fd8bba Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 18 Sep 2023 00:57:36 +0200 >Subject: [PATCH] Bug 34149: same for OPAC > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index f89db262e4..3c50890330 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1533,6 +1533,9 @@ > } > } else if( div.attr("id") == "syndetics-coverimg" ){ > lightbox_descriptions.push(_("Image from Syndetics")) >+ if ( $('#amazon-bookcoverimg').length === 0 ) { >+ div.show(); >+ } > } else if( div.attr("id") == "googlejacket-coverimg" ){ > lightbox_descriptions.push(_("Image from Google Books (<a href='%s'>see the original image</a>)").format($(img).data('link'))); > } else if( div.attr("id") == "openlibrary-coverimg" ){ >-- >2.42.0
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 34149
:
154349
|
155551
|
155768
|
155769