Bugzilla – Attachment 43001 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.37 KB, created by
Magnus Enger
on 2015-10-01 10:02:34 UTC
(
hide
)
Description:
Bug 14812: Display the help in the correct language
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2015-10-01 10:02:34 UTC
Size:
1.37 KB
patch
obsolete
>From 6d5dbd01c5708d2751a9c0c8b2cee5c37e3e32a6 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. > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Set language = en, sv-SE, nb-NO. opaclanguage = en, nb-NO >Went to the intranet main page, selected Swedish and clicked on help >Without the patch, help was displayed in English >With the patch, help was displayed in Swedish. Yay! >--- > 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'; >-- >1.9.1
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