Bugzilla – Attachment 39982 Details for
Bug 13427
jQuery Timepicker is not translated on returns page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13427: jQuery Timepicker is not translated on returns page
Bug-13427-jQuery-Timepicker-is-not-translated-on-r.patch (text/plain), 1.32 KB, created by
Josef Moravec
on 2015-06-08 05:17:00 UTC
(
hide
)
Description:
Bug 13427: jQuery Timepicker is not translated on returns page
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2015-06-08 05:17:00 UTC
Size:
1.32 KB
patch
obsolete
>From 40fb0f2fe409a1038193d5d0c443895b8f02f96a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 8 Jun 2015 05:04:56 +0200 >Subject: [PATCH] Bug 13427: jQuery Timepicker is not translated on returns > page > >The returns page was missing an include with the translated strings. > >To test: >- Install an additional language, like de-DE >- Confirm the bug on the returns page > - Make sure SpecifyReturnDate is activated > - Open the datepicker, look at the time settings >- Apply the patch >- Reinstall the language, no update of the po files is needed >- Retest >- Verify, that now the time settings are translated > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Works as expected >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 211b131..9f6ea3e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -10,6 +10,7 @@ > > [% INCLUDE 'calendar.inc' %] > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script> >+[% INCLUDE 'timepicker.inc' %] > > <script type="text/javascript"> > //<![CDATA[ >-- >2.1.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 13427
:
34266
|
39975
|
39982
|
40197