From 5599dd9bd09bbc12ae1d3a43abe16b4dc9cd12c1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 9 Apr 2013 09:29:32 -0400 Subject: [PATCH] Bug 9925 - Remove unused table-pager include While the tablesorter plugin has not been completely eliminated from the staff client yet, there are no more instances where it requires the include file for showing paging controls. table-pager.inc can be safely removed. To test, apply the patch and confirm that the file is gone. A search of Koha templates for references to table-pager.inc should return no results. Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/en/includes/table-pager.inc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc deleted file mode 100644 index 17d43d4..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc +++ /dev/null @@ -1,17 +0,0 @@ -

- - - -

\ No newline at end of file -- 1.7.10.4