Bugzilla – Attachment 176950 Details for
Bug 38935
"Actions" column not translatable for the item search results table (itemsearch.tt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38935: Actions column not translatable in itemsearch.tt
Bug-38935-Actions-column-not-translatable-in-items.patch (text/plain), 1.78 KB, created by
Jonathan Druart
on 2025-01-23 11:42:41 UTC
(
hide
)
Description:
Bug 38935: Actions column not translatable in itemsearch.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-23 11:42:41 UTC
Size:
1.78 KB
patch
obsolete
>From 56d7e927d92418de617ba6ce1e5dc207a43b930f Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Tue, 21 Jan 2025 12:53:15 +0200 >Subject: [PATCH] Bug 38935: Actions column not translatable in itemsearch.tt > >Column "Actions" was not translatable in itemsearch.tt. This >patch makes column translatable. This also fixes typo in this >columns id. > >Test plan: >1. Change language as something else than english. >2. Navigate to "Item search" page and search for items. >=> Note that column "Actions" still reads "Actions" >3. Apply this patch. >4. Make new item search. >=> Column should now have correct translation. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 437b0b76a00..a59e877d472 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -480,7 +480,7 @@ > + ' <th id="items_checkouts" data-colname="checkouts">' + _("Checkouts") + '</th>' > + ' <th id="items_datelastborrowed" data-colname="last_checkout_date">' + _("Last checkout date") + '</th>' > + ' <th id="items_date_due" data-colname="due_date">' + _("Due date") + '</th>' >- + ' <th id="itmes_actions" data-colname="actions">Actions</th>' >+ + ' <th id="items_actions" data-colname="actions">' + _("Actions") + '</th>' > + ' </tr>'; > > var table = '' >-- >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 38935
:
176854
|
176925
| 176950