From 4c70627e9e09cb1d25ec15d556af9a41f20ab7e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Delaune?= Date: Tue, 31 Aug 2010 13:31:44 +0200 Subject: [PATCH] (MT #1654) followup : Adding jquery.tablesorter and jquery.tablesorter.pager support for branches.pl --- .../prog/en/modules/admin/branches.tmpl | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl index aaa869c93f..14da769fbd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl @@ -12,6 +12,7 @@ + @@ -50,9 +51,8 @@ $("#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() { @@ -162,6 +162,24 @@
Library cannot be deleted because there are items held by that library
Library cannot be deleted because there are patrons registered at that library
+ +
 page(s) : + /prog/img/first.png" class="first"/> + /prog/img/prev.png" class="prev"/> + + /prog/img/next.png" class="next"/> + /prog/img/last.png" class="last"/> + , entries/page : + +
+
-- 2.39.2
Name