@@ -, +, @@ administration page -> Libraries and groups). Confirm that table sorting works correctly. --- .../prog/en/modules/admin/branches.tt | 31 +++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -11,10 +11,23 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] - - + + +[% INCLUDE 'datatables-strings.inc' %] + - @@ -66,12 +80,7 @@ tinyMCE.init({ $(document).ready(function() { yuiToolbar(); - $.tablesorter.defaults.widgets = ['zebra']; - $("#branchest").tablesorter({ - sortList: [[0,0]], - headers: { 3:{sorter:false},4:{sorter:false},5:{sorter:false},6:{sorter:false}} - }).tablesorterPager({container: $("#pagerbranchest"),positionFixed: false,size: 10}); - }); + }); // YUI Toolbar Functions function yuiToolbar() { @@ -189,7 +198,6 @@ tinyMCE.init({ [% IF ( MESSAGE11 ) %]
Library cannot be deleted because there are patrons registered at that library
[% END %] [% IF ( branches ) %]
-[% INCLUDE 'table-pager.inc' perpage='10' %]
@@ -199,7 +207,8 @@ tinyMCE.init({ - + + [% FOREACH branche IN branches %] [% IF ( loop.odd ) %] --
Properties IP