From f97018962f4a637f2f2bafde792314fddcb88baa Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 20:50:31 -0500 Subject: [PATCH] Bug 9477 - Use DataTables on notices page Replace the tablesorter plugin with the DataTables plugin on the notices page. To test, open the notices page (Tools -> Notices and Slips). Confirm that table sorting works correctly. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 22 +++++++++++-------- 1 files changed, 13 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index c156e01..79455ae 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -1,16 +1,20 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Notices[% IF ( add_form ) %][% IF ( modify ) %] › Modify notice[% ELSE %] › Add notice[% END %][% END %][% IF ( add_validate ) %] › Notice added[% END %][% IF ( delete_confirm ) %] › Confirm deletion[% END %] [% INCLUDE 'doc-head-close.inc' %] - - +[% INCLUDE 'datatables-strings.inc' %] + +