Bugzilla – Attachment 141754 Details for
Bug 31749
Detail view broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31749: Fix detail display when not display cover images
Bug-31749-Fix-detail-display-when-not-display-cove.patch (text/plain), 1.38 KB, created by
Lucas Gass (lukeg)
on 2022-10-12 22:00:05 UTC
(
hide
)
Description:
Bug 31749: Fix detail display when not display cover images
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-10-12 22:00:05 UTC
Size:
1.38 KB
patch
obsolete
>From 4d342c2f64e60321294d7ae5dc8feeef66f70719 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 12 Oct 2022 21:56:49 +0000 >Subject: [PATCH] Bug 31749: Fix detail display when not display cover images > >To test: >1. Apply patch >2. Have none of the image services turned on: >AmazonCoverImages >LocalCoverImages >IntranetCoce >SyndeticsCovers >3. Look at the detail page, things should look right. >4. Turn on some of these image services, things should still look right. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 905f1d14ac..0077bf5add 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -203,9 +203,9 @@ > </span> > [% END %] > </div> [%# .page-section %] >- </div> > > [% IF ( AmazonCoverImages || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %] >+ </div> > <div class="col-xs-3 bookcoverimg"> > <div id="biblio-cover-slider" class="cover-slider"> > [% IF ( LocalCoverImages ) %] >-- >2.30.2
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 31749
:
141752
|
141754
|
141767
|
141791