From f4721aae157d836fe4dc78d07613744c5c0fa038 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 Signed-off-by: Jonathan Druart Amended patch: add the no-wrap style in order to keep the same display as before. --- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 24 ++++++++++++-------- 1 file changed, 14 insertions(+), 10 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..e095bdc 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' %] + +