Bugzilla – Attachment 191109 Details for
Bug 41567
Tidy kohaTable block - cataloguing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41567: Tidy kohaTable - cataloguing/z3950_search.tt
5ca2994.patch (text/plain), 1.32 KB, created by
Jonathan Druart
on 2026-01-09 14:46:37 UTC
(
hide
)
Description:
Bug 41567: Tidy kohaTable - cataloguing/z3950_search.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:46:37 UTC
Size:
1.32 KB
patch
obsolete
>From 5ca2994c663d0b5f612fa2b117045d7c363d3921 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 11:54:25 +0100 >Subject: [PATCH] Bug 41567: Tidy kohaTable - cataloguing/z3950_search.tt > >--- > .../prog/en/modules/cataloguing/z3950_search.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 5e8066f86dd..459eb60241a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -275,9 +275,12 @@ > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'z3950_search.inc' %] > [% Asset.js("js/z3950_search.js") | $raw %] >+ <script> >+ var table_settings = [% TablesSettings.GetTableSettings( 'cataloguing', 'z3950_search', 'resultst', 'json' ) | $raw %]; >+ </script> >+ > <script> > $(document).ready(function(){ >- var table_settings = [% TablesSettings.GetTableSettings( 'cataloguing', 'z3950_search', 'resultst', 'json' ) | $raw %]; > var thetable = $("#resultst").kohaTable( > { > columnDefs: [{ targets: [1], type: "nsb-nse" }], >-- >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 41567
:
191107
|
191108
|
191109
|
191110
|
191362
|
191363
|
191364
|
191365