Bugzilla – Attachment 187510 Details for
Bug 38739
Templates not ending with include intranet-bottom.inc in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38739: Fix basket/basket.tt
Bug-38739-Fix-basketbaskettt.patch (text/plain), 1.00 KB, created by
Jonathan Druart
on 2025-10-07 09:32:14 UTC
(
hide
)
Description:
Bug 38739: Fix basket/basket.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-10-07 09:32:14 UTC
Size:
1.00 KB
patch
obsolete
>From e0d14b7ab48804d3dc097a10358a9c2f17b74104 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Oct 2025 11:26:03 +0200 >Subject: [PATCH] Bug 38739: Fix basket/basket.tt > >--- > .../intranet-tmpl/prog/en/modules/basket/basket.tt | 11 ++++------- > 1 file changed, 4 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >index e032a57227d..c8a76b2f961 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt >@@ -359,11 +359,8 @@ > [%# /.container %] > [% END %] > >+[% MACRO jsinclude BLOCK %] >+ [% INCLUDE 'datatables.inc' %] >+ [% Asset.js("js/cart.js") | $raw %] >+[% END %] > [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] >-[% INCLUDE 'datatables.inc' %] >-[% Asset.js("js/cart.js") | $raw %] >- >-</body> >-<!-- prettier-ignore-start --> >-</html> >-<!--prettier-ignore-end --> >-- >2.34.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 38739
:
187506
|
187507
|
187508
|
187509
| 187510