Bugzilla – Attachment 34276 Details for
Bug 13410
Untranslatable "Change messaging preferences to default for this category?"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 13410 - Untranslatable "Change messaging preferences to default for this category?"
SIGNED-OFF-Bug-13410---Untranslatable-Change-messa.patch (text/plain), 1.50 KB, created by
Owen Leonard
on 2014-12-10 13:13:15 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 13410 - Untranslatable "Change messaging preferences to default for this category?"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2014-12-10 13:13:15 UTC
Size:
1.50 KB
patch
obsolete
>From bc1ef1f08f031b83ea8b2c7e851c78b730b79982 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 9 Dec 2014 05:21:06 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 13410 - Untranslatable "Change messaging > preferences to default for this category?" >Content-Type: text/plain; charset="utf-8" > >To test: >In staff client, go to Home > Patrons >Click button "New patron" and choose a category >Change Patron messaging preferences >Now change Category >Make sure that following message box still appears: "Change messaging >preferences to default for this category?" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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 f9da10b..53bdc8a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1340,7 +1340,7 @@ > $('#categorycode_entry').change(function() { > var categorycode = $(this).val(); > if (message_prefs_dirty) { >- if (!confirm('Change messaging preferences to default for this category?')) { >+ if (!confirm(_('Change messaging preferences to default for this category?'))) { > return; > } > } >-- >1.7.9.5
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 13410
:
34245
|
34276
|
34343
|
34344