@@ -, +, @@ 'Search system preferences' across all tabs would be very difficult. This patch adds a filter to the Local Use tab, which nicely allows for filtering, as per Owen's suggestion in comment #2. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt +++ a/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 %] --