Bugzilla – Attachment 166067 Details for
Bug 35657
Add ability to assign tickets to librarians for catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35657: (follow-up) Placeholders should be translatable
Bug-35657-follow-up-Placeholders-should-be-transla.patch (text/plain), 990 bytes, created by
Martin Renvoize (ashimema)
on 2024-05-02 12:17:58 UTC
(
hide
)
Description:
Bug 35657: (follow-up) Placeholders should be translatable
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-02 12:17:58 UTC
Size:
990 bytes
patch
obsolete
>From 929cdd6f71b5d8a46c46f70677268406540f3e61 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 2 May 2024 13:17:21 +0100 >Subject: [PATCH] Bug 35657: (follow-up) Placeholders should be translatable > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js b/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js >index 0958fa165a6..64b8d10bdaa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js >@@ -183,7 +183,7 @@ $(document).ready(function () { > escape_str(patron.firstname) > ); > }, >- placeholder: "Search for a patron", >+ placeholder: __("Search for a patron"), > }); > }); > >-- >2.44.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 35657
:
160365
|
160366
|
160367
|
160368
|
160369
|
160372
|
160373
|
160374
|
160375
|
160376
|
160377
|
164923
|
164924
|
164925
|
164926
|
164927
|
164928
|
164932
|
164933
|
164934
|
164935
|
164974
|
164975
|
164976
|
164977
|
165666
|
165667
|
165668
|
165669
|
165670
|
165671
|
165672
|
165673
|
165674
|
165675
|
165676
|
165677
|
165678
|
165679
|
165786
|
165787
|
165788
|
165789
|
165790
|
165791
|
165792
|
165878
|
165879
|
165880
|
165881
|
165882
|
165883
|
165884
|
165885
|
165886
| 166067