From b406abeb8be035678f3ec71905b1a76c3e2e25ef Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Sat, 21 Mar 2015 13:41:21 -0400 Subject: [PATCH] Bug 13887 - Add datatables to item specific holds table This patch adds datatables functionality to the item specific holds table To test: 1 - Apply patch 2 - Attempt to place an item specific hold for a patron 3 - Note that columns are now sortable and searchable 4 - Ensure that you can place both specific and next available holds as before --- .../prog/en/modules/reserve/request.tt | 39 +++++++++++++------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index db044b5..5b0d19c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -5,7 +5,9 @@ [% ELSE %] Koha › Circulation › Holds › Confirm holds [% END %] + [% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %]