Bugzilla – Attachment 14560 Details for
Bug 6574
js error in en-GB template breaks circulation toolbar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6574 - js error in en-GB and en-NZ translations due to improper quoting
Bug-6574---js-error-in-en-GB-and-en-NZ-translation.patch (text/plain), 1.91 KB, created by
Jonathan Druart
on 2013-01-14 11:32:14 UTC
(
hide
)
Description:
Bug 6574 - js error in en-GB and en-NZ translations due to improper quoting
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-01-14 11:32:14 UTC
Size:
1.91 KB
patch
obsolete
>From 67d7fb71e1e97e8cb6040ff3f47b7bbecb960728 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Fri, 28 Dec 2012 13:24:45 +1300 >Subject: [PATCH] Bug 6574 - js error in en-GB and en-NZ translations due to > improper quoting > >To replicate: > >* install en-NZ translation (or en-GB) >* activate the new language, and select it for use >* pretend you are going to issue a book to a member (search for a member from "check out" in header) >* without the patch, the toolbar will be incorrect. The toolbar will also be incorrect on moremember.pl. > >To test: >* apply the patch >* re-generate the en-NZ or en-GB translation >* activate the new language, or select it for use >* pretend you are going to issue a book to a member (search for a member from "check out" in header) >* with the patch, the toolbar will appear to be correct. It will also be correct on moremember.pl. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >index 0bb9255..91d179e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -25,7 +25,7 @@ function update_child() { > }[% ELSE %][% END %] > > function confirm_reregistration() { >- var is_confirmed = window.confirm(_('Are you sure you want to renew this patron\'s registration?')); >+ var is_confirmed = window.confirm(_("Are you sure you want to renew this patron's registration?")); > if (is_confirmed) { > window.location = '/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% borrowernumber %]&cardnumber=[% cardnumber %]&destination=[% destination %]&reregistration=y'; > } >-- >1.7.10.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 6574
:
13831
|
13983
|
14270
|
14304
|
14317
| 14560