From 04483ec8d0f1ae28d28bc22f23ca211e86c41a8c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 14 Apr 2015 16:07:07 +0200 Subject: [PATCH] Bug 10235: Add DataTables filters on local use prefs There is no way to search for local use prefs. This patch provides an easy way to search for pref present in of local use prefs table. Test plan: 1/ Go on the system preferences administration page 2/ Click on the Local Use table 3/ Confirm you are able to filter the table by pref name or description using the DataTables filters on top of it. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt index 2d27d83..dba6c08 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt @@ -9,9 +9,9 @@ //t', "aoColumnDefs": [ - { "aTargets": [ -1, -2, -3, -4 ], "bSortable": false, "bSearchable": false } + { "aTargets": [ -1, -2, -3, -4 ], "bSortable": false } ], "bPaginate": false }));[% END %] -- 2.1.0