Bugzilla – Attachment 191175 Details for
Bug 41582
Tidy kohaTable block - opac
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41582: Tidy kohaTable - opac-basket.tt
c067f9a.patch (text/plain), 1.41 KB, created by
Jonathan Druart
on 2026-01-09 14:54:45 UTC
(
hide
)
Description:
Bug 41582: Tidy kohaTable - opac-basket.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:54:45 UTC
Size:
1.41 KB
patch
obsolete
>From c067f9a056a883f8151afdc0f8b7d8d64b717b25 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 16:44:01 +0100 >Subject: [PATCH] Bug 41582: Tidy kohaTable - opac-basket.tt > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index a19db309bf0..9caabd43a6a 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -416,8 +416,8 @@ > > [% BLOCK jsinclude %] > [% INCLUDE 'datatables.inc' %] >- <script> >- [% IF ( TagsInputEnabled && loggedinusername ) %] >+ [% IF ( TagsInputEnabled && loggedinusername ) %] >+ <script> > function tagSelected() { > var bibs = document.getElementById('records').value; > if (bibs) { >@@ -459,8 +459,10 @@ > KOHA.Tags.add_multitags_button(bibs, tag); > return false; > } >- [% END # / TagsInputEnabled && loggedinusername %] >+ </script> >+ [% END # / TagsInputEnabled && loggedinusername %] > >+ <script> > $(document).ready(function(){ > $("a.bib_opener").on('click',function(){ > let link = this.dataset.link; >-- >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 41582
:
191174
| 191175 |
191176
|
191177
|
191178
|
191179
|
191180
|
191181
|
191182
|
191183
|
191184
|
191185
|
191186
|
191187
|
191188