From c68f86abcdabad77f6deef981b8f09c5a2f6a4d6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Jan 2025 11:40:22 +0100 Subject: [PATCH] Bug 38984: Also make 'Actions' translatable --- .../prog/en/modules/labels/label-edit-batch.tt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt index 40d01fa5ffa..28c1f39061a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt @@ -160,7 +160,9 @@ [% CASE "Barcode" %] Barcode [% CASE "Select" -%] - Select + Select + [% CASE "Actions" -%] + Actions [% CASE %] [% header_field.field_label | html %] [% END -%] @@ -187,7 +189,6 @@ data-confirmation-msg="Are you sure you want to delete this?" > Delete - Export @@ -347,9 +348,6 @@ [% END %] $("#batcht").kohaTable({ autoWidth: false, - columnDefs: [ - { targets: [-1, -2], orderable: false, searchable: false }, - ], order: [[0, "asc"]], pagingType: "full", }); -- 2.39.5