Bugzilla – Attachment 173302 Details for
Bug 33736
Add bookings to collect circulation report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33736: (QA follow-up) Wrap title strings for translation
Bug-33736-QA-follow-up-Wrap-title-strings-for-tran.patch (text/plain), 3.29 KB, created by
Martin Renvoize (ashimema)
on 2024-10-24 16:41:32 UTC
(
hide
)
Description:
Bug 33736: (QA follow-up) Wrap title strings for translation
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-24 16:41:32 UTC
Size:
3.29 KB
patch
obsolete
>From ba7c288ebc7929c5e7f755f2b3491892a6835e48 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 24 Oct 2024 17:00:40 +0100 >Subject: [PATCH] Bug 33736: (QA follow-up) Wrap title strings for translation > >--- > .../prog/en/modules/circ/pendingbookings.tt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt >index 51f6fdb4019..6e4c63bcacc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingbookings.tt >@@ -159,7 +159,7 @@ > }, > { > "data": "biblio.title", >- "title": "Title", >+ "title": _("Title"), > "searchable": true, > "orderable": true, > "render": function(data,type,row,meta) { >@@ -170,7 +170,7 @@ > }, > { > "data": "item.external_id", >- "title": "Item", >+ "title": _("Item"), > "searchable": true, > "orderable": true, > "defaultContent": "Any item", >@@ -184,7 +184,7 @@ > }, > { > "data": "item.callnumber", >- "title": "Callnumber", >+ "title": _("Callnumber"), > "searchable": true, > "orderable": true, > "render": function(data,type,row,meta) { >@@ -197,13 +197,13 @@ > }, > { > "data": "item.location", >- "title": "Location", >+ "title": _("Location"), > "searchable": false, > "orderable": false, > "render": function(data,type,row,meta) { > if ( row.item ) { > if ( row.item.checked_out_date ) { >- return __("On loan, due: ") . $date(row.item.checked_out_date); >+ return _("On loan, due: ") . $date(row.item.checked_out_date); > } else { > return row.item._strings.location.str; > } >@@ -214,7 +214,7 @@ > }, > { > "data": "patron.firstname:patron.surname", >- "title": "Patron", >+ "title": _("Patron"), > "searchable": true, > "orderable": true, > "render": function(data, type, row, meta) { >@@ -237,7 +237,7 @@ > }, > { > "name": "actions", >- "title": "Actions", >+ "title": _("Actions"), > "searchable": false, > "orderable": false, > "render": function(data,type,row,meta){ >-- >2.47.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 33736
:
158356
|
161044
|
165014
|
165144
|
165277
|
165278
|
165279
|
165280
|
170398
|
170399
|
170400
|
172716
|
172717
|
172718
|
172719
|
172720
|
172721
|
172765
|
172807
|
172808
|
172810
|
172823
|
172836
|
172837
|
172838
|
172839
|
172840
|
172841
|
172842
|
172843
|
172844
|
172845
|
173291
|
173292
|
173293
|
173294
|
173295
|
173296
|
173297
|
173298
|
173299
|
173300
|
173301
| 173302 |
173303
|
174582