Created attachment 34266 [details] Timepicker on returns page In circulation module on checkin page (/cgi-bin/koha/circ/returns.pl), the timepicker for setting the return date/time is not fully translatable, as I understand (according to bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11618), there is missing line [% INCLUDE 'timepicker.inc' %] in returns.tt template file.
Created attachment 39975 [details] [review] 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
Created attachment 39982 [details] [review] 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
Created attachment 40197 [details] [review] 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 Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Patch pushed to master. Thanks Katrina!
Pushed to 3.20.x will be in 3.20.2
Pushed to 3.18.x will be in 3.18.09
Pushed to 3.16.x, will be in 3.16.13