Bugzilla – Attachment 13983 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]
[SIGNED-OFF] Bug 6574 - js error in en-GB template breaks circulation toolbar
SIGNED-OFF-Bug-6574---js-error-in-en-GB-template-b.patch (text/plain), 2.70 KB, created by
Katrin Fischer
on 2012-12-10 20:44:09 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6574 - js error in en-GB template breaks circulation toolbar
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-12-10 20:44:09 UTC
Size:
2.70 KB
patch
obsolete
>From 8fe6ee34f204fbfeb27aac6b502d9dee2a036a73 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >Date: Mon, 3 Dec 2012 14:08:19 +1300 >Subject: [PATCH] [SIGNED-OFF] Bug 6574 - js error in en-GB template breaks > circulation toolbar > >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: Katrin Fischer <Katrin.Fischer.83@web.de> >Small change, fixes reported problem. >--- > .../prog/en/includes/circ-toolbar.inc | 2 +- > .../prog/en/includes/members-toolbar.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc >index 23c7de2..15af44c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc >@@ -17,7 +17,7 @@ function confirm_updatechild() { > } > > 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?")); > // var borrowernumbervalue1 = $("#borrowernumber").attr("value"); > if (is_confirmed) { > window.location = '/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% borrowernumber %]&cardnumber=[% cardnumber %]&destination=circ&reregistration=y'; >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 9acdf90..ba664dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -17,7 +17,7 @@ function confirm_updatechild() { > } > > 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/moremember.pl?reregistration=y&borrowernumber=[% borrowernumber %]'; > } >-- >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 6574
:
13831
|
13983
|
14270
|
14304
|
14317
|
14560