From 6cfa6193055b3b3c61760eda56993510b7de36eb Mon Sep 17 00:00:00 2001 From: Srdjan Date: Thu, 29 Mar 2012 13:38:16 +1300 Subject: [PATCH] bug_7647: Table sorter on issue history Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack --- .../prog/en/modules/catalogue/issuehistory.tt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt index bb963a35d6..dd384d68a7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt @@ -1,6 +1,18 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › Checkout history for [% title |html %] [% INCLUDE 'doc-head-close.inc' %] + + + +[% INCLUDE 'datatables-strings.inc' %] + + @@ -21,7 +33,7 @@
[% IF ( issues ) %]

Checked out [% total %] times

- +
-- 2.39.2
Patron Barcode