Bugzilla – Attachment 191699 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
Bug-41580-Tidy-kohaTable---toolsbatchrecordmodific.patch (text/plain), 1.74 KB, created by
Owen Leonard
on 2026-01-20 15:25:55 UTC
(
hide
)
Description:
Bug 41580: Tidy kohaTable - tools/batch_record_modification.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-20 15:25:55 UTC
Size:
1.74 KB
patch
obsolete
>From 1765289ed0dcb16e13bd93900ded0bcbab078a13 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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.39.5
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
|
191697
|
191698
| 191699 |
191700
|
191701
|
191702
|
191703
|
191704
|
191705
|
191706
|
191707