From 4f9f6eb4fad7cbd9e3e10064c00310d3226f0cd8 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 Signed-off-by: Owen Leonard --- .../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 abbbfe853f..ac8472deee 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 @@ -154,7 +154,9 @@ [% CASE "Barcode" %] Barcode [% CASE "Select" -%] - Select + Select + [% CASE "Actions" -%] + Actions [% CASE %] [% header_field.field_label | html %] [% END -%] @@ -170,7 +172,6 @@ [% IF ( text_field.select_field ) %] Delete - Export @@ -336,9 +337,6 @@ [% END %] $("#batcht").kohaTable({ autoWidth: false, - columnDefs: [ - { targets: [-1, -2], orderable: false, searchable: false }, - ], order: [[0, "asc"]], pagingType: "full", }); -- 2.39.5