Bugzilla – Attachment 42509 Details for
Bug 14812
Help could not be displayed in the correct language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14812: Display the help in the correct language
Bug-14812-Display-the-help-in-the-correct-language.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2015-09-14 09:37:42 UTC
(
hide
)
Description:
Bug 14812: Display the help in the correct language
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-09-14 09:37:42 UTC
Size:
1.09 KB
patch
obsolete
>From 607f7703d4dc9f1b98602853662440b42faef858 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 14 Sep 2015 09:50:39 +0100 >Subject: [PATCH] Bug 14812: Display the help in the correct language > >If opaclanguages != language, the language of the help page is the >default one (en). > >Test plan: >1/ Set language to en, fr-FR, ar-Arab and opaclanguages to en, fr-FR >2/ Translate the fr-FR and ar-Arab templates. >3/ Go on the mainpage, switch to ar-Arab, go to the help page. >The help page content should be in Arabian, not English. >--- > help.pl | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/help.pl b/help.pl >index f36e9d2..b812208 100755 >--- a/help.pl >+++ b/help.pl >@@ -39,6 +39,10 @@ sub _help_template_file_of_url { > > my $query = new CGI; > >+# Init the interface to get the correct language. >+# This is usually set by get_template_and_user >+C4::Context->interface('intranet'); >+ > # find the script that called the online help using the CGI referer() > our $refer = $query->param('url'); > $refer = $query->referer() if !$refer || $refer eq 'undefined'; >-- >2.1.0
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 14812
:
42509
|
43001
|
43031