From 1fc5771dca0bc12f6f6b54440b110db1031e17f6 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 Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit aadcdf7c7e4c254edea4f2c96229add6ec8c74b1) Signed-off-by: Jared Camins-Esakov --- .../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 17d43d48ad..0000000000 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc +++ /dev/null @@ -1,17 +0,0 @@ -

- - - -

\ No newline at end of file -- 2.39.2