Bugzilla – Attachment 11627 Details for
Bug 8645
Fix background-job-progressbar.js for translations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8645 - Fix background-job-progressbar.js for translations
SIGNED-OFF-Bug-8645---Fix-background-job-progressb.patch (text/plain), 1.33 KB, created by
Owen Leonard
on 2012-08-15 14:25:38 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8645 - Fix background-job-progressbar.js for translations
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-08-15 14:25:38 UTC
Size:
1.33 KB
patch
obsolete
>From 56086534502d9bf9a0ac5f600a48bf3fa093e714 Mon Sep 17 00:00:00 2001 >From: Maxime Pelletier <maxime.pelletier@libeo.com> >Date: Tue, 14 Aug 2012 17:57:22 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 8645 - Fix background-job-progressbar.js > for translations >Content-Type: text/plain; charset="utf-8" > >Respect coding guidelines for translations in javascript by replacing ' by ". >Fixes the page for the french translation (that contains a '). >Sponsored by the CCSR. > >http://bugs.koha-community.org/show_bug.cgi?id=8645 >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/js/background-job-progressbar.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js b/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >index 2804182..4dba866 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js >@@ -69,7 +69,7 @@ function submitBackgroundJob(f) { > backgroundJobProgressTimer = setInterval("updateJobProgress()", 500); > }, > error: function(xml, textStatus) { >- alert('Failed to submit form: ' + textStatus); >+ alert("Failed to submit form: " + textStatus); > } > > }); >-- >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 8645
:
11623
| 11627