Bugzilla – Attachment 166573 Details for
Bug 33737
Add bookings to patron details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33737: (QA follow-up) Translatability
Bug-33737-QA-follow-up-Translatability.patch (text/plain), 3.16 KB, created by
Martin Renvoize (ashimema)
on 2024-05-10 14:17:55 UTC
(
hide
)
Description:
Bug 33737: (QA follow-up) Translatability
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-10 14:17:55 UTC
Size:
3.16 KB
patch
obsolete
>From 9de6a86673e7abd42901ae9d9aa3c6b1ef7e86e1 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 10 May 2024 15:15:12 +0100 >Subject: [PATCH] Bug 33737: (QA follow-up) Translatability > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../prog/en/modules/members/moremember.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index cef6bfb4836..7ddd578fd8c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -795,12 +795,12 @@ > ], > "columns": [{ > "data": "booking_id", >- "title": "Booking ID", >+ "title": _("Booking ID"), > "visible": false > }, > { > "data": "biblio.title", >- "title": "Title", >+ "title": _("Title"), > "searchable": true, > "orderable": true, > "render": function(data,type,row,meta) { >@@ -811,10 +811,10 @@ > }, > { > "data": "item.external_id", >- "title": "Item", >+ "title": _("Item"), > "searchable": true, > "orderable": true, >- "defaultContent": "Any item", >+ "defaultContent": _("Any item"), > "render": function(data,type,row,meta) { > if ( row.item ) { > return row.item.external_id + " (" + row.booking_id + ")"; >@@ -825,7 +825,7 @@ > }, > { > "data": "start_date", >- "title": "Start date", >+ "title": _("Start date"), > "searchable": true, > "orderable": true, > "render": function(data, type, row, meta) { >@@ -834,7 +834,7 @@ > }, > { > "data": "end_date", >- "title": "End date", >+ "title": _("End date"), > "searchable": true, > "orderable": true, > "render": function(data, type, row, meta) { >@@ -843,7 +843,7 @@ > }, > { > "data": "", >- "title": "Actions", >+ "title": _("Actions"), > "class": "actions", > "searchable": false, > "orderable": false, >-- >2.45.0
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 33737
:
161045
|
161046
|
161047
|
162253
|
162254
|
162255
|
162256
|
163557
|
164994
|
164995
|
164996
|
164997
|
166513
|
166514
|
166515
|
166516
|
166565
|
166566
|
166567
|
166568
|
166570
| 166573 |
166577