Bugzilla – Attachment 181292 Details for
Bug 36154
Add the ability for some pages to be able to use images coming from plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36154: Make shelfbrowser.tt to be able to use images coming from plugins
Bug-36154-Make-shelfbrowsertt-to-be-able-to-use-im.patch (text/plain), 943 bytes, created by
Shi Yao Wang
on 2025-04-22 15:31:29 UTC
(
hide
)
Description:
Bug 36154: Make shelfbrowser.tt to be able to use images coming from plugins
Filename:
MIME Type:
Creator:
Shi Yao Wang
Created:
2025-04-22 15:31:29 UTC
Size:
943 bytes
patch
obsolete
>From 11df4b89a46a982b5307171a08914b0ec85218cf Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Fri, 12 Jul 2024 21:42:26 +0000 >Subject: [PATCH] Bug 36154: Make shelfbrowser.tt to be able to use images > coming from plugins > >https://bugs.koha-community.org/show_bug.cgi?id=37916 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt >index 6af6d6675c..7242727301 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/shelfbrowser.tt >@@ -1,3 +1,6 @@ > [% USE Koha %] >+[% USE KohaPlugins %] >+[% SET CoverImagePlugins = KohaPlugins.get_plugins_opac_cover_images %] >+[% CoverImagePlugins %] > [% PROCESS 'shelfbrowser.inc' %] > [% INCLUDE shelfbrowser %] >-- >2.43.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 36154
:
163744
|
168157
|
168158
|
168925
|
170295
|
170296
|
170297
|
173593
|
173594
|
173595
|
175490
|
175491
|
175492
|
179892
|
179893
|
179894
|
181290
|
181291
| 181292