Bugzilla – Attachment 191165 Details for
Bug 41580
Tidy kohaTable block - tools
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41580: Tidy kohaTable - tools/batch_record_modification.tt
a8cd9fe.patch (text/plain), 1.70 KB, created by
Jonathan Druart
on 2026-01-09 14:53:38 UTC
(
hide
)
Description:
Bug 41580: Tidy kohaTable - tools/batch_record_modification.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-09 14:53:38 UTC
Size:
1.70 KB
patch
obsolete
>From a8cd9fe5ee0aa01db91ed91609ab408674153440 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 8 Jan 2026 15:50:32 +0100 >Subject: [PATCH] Bug 41580: Tidy kohaTable - > tools/batch_record_modification.tt > >--- > .../prog/en/modules/tools/batch_record_modification.tt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index fc7943ff235..fb57026222b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -319,6 +319,11 @@ > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'datatables.inc' %] > [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] >+ <script> >+ const interface = "[% interface | html %]"; >+ const theme = "[% theme | html %]"; >+ </script> >+ > <script> > function update_tab_display(){ > let selected_type = $('input[name="recordtype"]:checked').val(); >@@ -412,7 +417,7 @@ > }); > $("#marcPreview").on("hidden.bs.modal", function() { > $("#marcPreviewLabel").html(""); >- $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> " + _("Loading") + "</div>"); >+ $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"" + interface + "/" + theme + "/img/spinner-small.gif\" alt=\"\" /> " + _("Loading") + "</div>"); > }); > }); > </script> >-- >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 41580
:
191163
|
191164
| 191165 |
191166
|
191167
|
191168
|
191169
|
191170
|
191171