http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9017 Priority: P5 - low Change sponsored?: --- Bug ID: 9017 CC: gmcharlt@gmail.com Assignee: koha-bugs@lists.koha-community.org Summary: Quote of the day: Table footer not translated Severity: normal Classification: Unclassified OS: All Reporter: veron@veron.ch Hardware: All Status: NEW Version: master Component: Staff Client Product: Koha Created attachment 13277 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13277&action=edit QOD table footer not translated The strings for the table footer of the QOD feature are translated in /datatables-strings.inc, but they do not show up in staff client due to missing code in quotes.tt -> $(document).ready(function(), part "oLanguage" See: http://datatables.net/usage/i18n Additionally, quotes.tt has a stray </script> tag after [% INCLUDE 'datatables-strings.inc' %] Patch follows. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.