From 42e3db3e724c331af5c17816556c3f280206da17 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 17 Sep 2013 16:31:46 +0200 Subject: [PATCH] Bug 10901: Add datatables to the add item page For a biblio with a lot of items, it is not easy to find the one you want to edit. Test plan: Try to edit/delete item from the add item page. Verify there is no regression on this page. Signed-off-by: Pierre Angot --- .../prog/en/modules/cataloguing/additem.tt | 40 +++++++++++++++++--- 1 files changed, 34 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index f5fecef..b60cd71 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -1,6 +1,8 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Cataloging › [% title |html %] [% IF ( author ) %] by [% author %][% END %] (Record #[% biblionumber %]) › Items + [% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'datatables.inc' %] [% INCLUDE 'browser-strings.inc' %]