Bugzilla – Attachment 177597 Details for
Bug 38984
DataTables's columnDefs cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38984: Also make 'Actions' translatable
Bug-38984-Also-make-Actions-translatable.patch (text/plain), 3.02 KB, created by
Jonathan Druart
on 2025-02-06 20:15:41 UTC
(
hide
)
Description:
Bug 38984: Also make 'Actions' translatable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-06 20:15:41 UTC
Size:
3.02 KB
patch
obsolete
>From a6204f71613c4d27643049ee4fc704914bd8654b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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 abbbfe853f7..ac8472deeeb 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" %] > <th>Barcode</th> > [% CASE "Select" -%] >- <th>Select</th> >+ <th class="NoSort">Select</th> >+ [% CASE "Actions" -%] >+ <th class="NoSort">Actions</th> > [% CASE %] > <th>[% header_field.field_label | html %]</th> > [% END -%] >@@ -170,7 +172,6 @@ > [% IF ( text_field.select_field ) %] > <td class="actions"> > <a class="btn btn-default btn-xs submit-form-link" id="deletebatch" href="#" data-op="cud-delete" data-batch_id="[% batch_id | html %]" data-label_id="[% text_field.field_value | html %]" data-method="post" data-action="/cgi-bin/koha/labels/label-edit-batch.pl" data-confirmation-msg="Are you sure you want to delete this?"><i class="fa fa-trash-can"></i> Delete</a> >- > <a class="btn btn-default btn-xs export" href="#" data-batch-id="[% batch_id | html %]" data-label-id="[% text_field.field_value | html %]"><i class="fa-solid fa-share-from-square"></i> Export</a> > </td> > <td><input type="checkbox" name="action" value="[% text_field.field_value | html %]"></td> >@@ -336,9 +337,6 @@ > [% END %] > $("#batcht").kohaTable({ > autoWidth: false, >- columnDefs: [ >- { targets: [-1, -2], orderable: false, searchable: false }, >- ], > order: [[0, "asc"]], > pagingType: "full", > }); >-- >2.34.1
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 38984
:
177253
|
177254
|
177255
|
177256
|
177257
|
177258
|
177259
|
177278
|
177279
|
177280
|
177281
|
177597
|
177598
|
177641
|
177642
|
177643
|
177644
|
177645
|
177646
|
177647
|
177648
|
177649
|
177651
|
177933
|
177934
|
177935
|
177936
|
177937
|
177938
|
177939
|
177940
|
177941
|
177942
|
179057
|
179058
|
179059
|
179060
|
179061
|
179062
|
179063
|
179064
|
179065
|
179066