Bugzilla – Attachment 34343 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]
[PASSED QA] Bug 13410 - Untranslatable "Change messaging preferences to default for this category?"
PASSED-QA-Bug-13410---Untranslatable-Change-messag.patch (text/plain), 1.51 KB, created by
Kyle M Hall (khall)
on 2014-12-12 14:02:21 UTC
(
hide
)
Description:
[PASSED QA] Bug 13410 - Untranslatable "Change messaging preferences to default for this category?"
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-12-12 14:02:21 UTC
Size:
1.51 KB
patch
obsolete
>From 9f1db9eb791c2ecf7d28e4a0d7301c0ee9472ef7 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] [PASSED QA] Bug 13410 - Untranslatable "Change messaging preferences to default for this category?" > >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> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/members/memberentrygen.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.2.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