Bugzilla – Attachment 191139 Details for
Bug 41573
Tidy kohaTable block - patron_lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41573: Tidy kohaTable - patron_lists/list.tt
af517c6.patch (text/plain), 1.32 KB, created by
Jonathan Druart
on 2026-01-09 14:50:29 UTC
(
hide
)
Description:
Bug 41573: Tidy kohaTable - patron_lists/list.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:50:29 UTC
Size:
1.32 KB
patch
obsolete
>From af517c60f6810a3c62865b5809294956e6f35ebe Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 14:13:45 +0100 >Subject: [PATCH] Bug 41573: Tidy kohaTable - patron_lists/list.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index 3646995cb25..e6a6b453a25 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -234,11 +234,14 @@ > [% MACRO jsinclude BLOCK %] > [% Asset.js("js/tools-menu.js") | $raw %] > [% INCLUDE 'datatables.inc' %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings('members', 'patron-lists', 'patron-list-table', 'json') | $raw %] >+ </script> >+ > <script> > $(document).ready(function() { > $('#patrons_to_add_fieldset').hide(); > >- var table_settings = [% TablesSettings.GetTableSettings('members', 'patron-lists', 'patron-list-table', 'json') | $raw %] > $("#patron-list-table").kohaTable( > { > pagingType: "full", >-- >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 41573
: 191139 |
191140
|
191141
|
191142