Bugzilla – Attachment 40160 Details for
Bug 13656
"Change"/"Set to patron" button for linking a member to an organisation (or child to guarantor) not translatable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13656: "Set to patron" button for linking a member to an organisation (or child to guarantor) not translatable - 3.18.x
-Bug-13656-Set-to-patron-button-for-linking-a-memb.patch (text/plain), 1.14 KB, created by
Josef Moravec
on 2015-06-16 06:08:27 UTC
(
hide
)
Description:
Bug 13656: "Set to patron" button for linking a member to an organisation (or child to guarantor) not translatable - 3.18.x
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2015-06-16 06:08:27 UTC
Size:
1.14 KB
patch
obsolete
>From 05892b6fddff236d4be7fbeff5977de33fba0233 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 16 Jun 2015 08:02:51 +0200 >Subject: [PATCH] Bug 13656: "Set to patron" button for linking a member to an > organisation (or child to guarantor) not translatable - 3.18.x > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index b10ac47..cd026a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -14,7 +14,7 @@ > $("#contactname, #contactfirstname") > .each(function () { this.type = 'text' }) > .parent().find('span').remove(); >- $("#guarantorsearch").val("Set to Patron"); >+ $("#guarantorsearch").val(_("Set to Patron")); > }); > $("#select_city").change(function(){ > var myRegEx=new RegExp(/(.*)\|(.*)\|(.*)\|(.*)/); >-- >2.1.4
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 13656
:
39208
|
39209
|
39215
|
39216
|
39534
| 40160