[Koha-bugs] [Bug 11736] Use new DataTables include in Koha news templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 10 20:21:43 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11736

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 25181
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25181&action=edit
Bug 11736 - Use new DataTables include in Koha news templates

Bug 10649 introduced a new include file for adding DataTables-related
JavaScript assets. This patch adds use of this include file to the Koha
news page.

To test you should have existing news items with varying creation and
expiration dates. Apply the patch and confirm that table sorting works
correctly for all settings of the dateformat system preference.

C4::NewsChannels.pm has been modified so that it now passes an
unformatted date to the template, where the KohaDates plugin is used to
apply the correct formatting. Sorting is based on the unformatted date.

Also corrected: Capitalization errors.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list