From bb67591647d99cd85686f7da7cec1591bbf64166 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 Signed-off-by: Katrin Fischer Passes all tests and QA script. Adding, editing and deleting items still works. Search provides useful help for locating the correct items. Signed-off-by: Galen Charlton --- .../prog/en/modules/cataloguing/additem.tt | 40 ++++++++++++++++--- 1 file 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 f5fecef134..b60cd71f8c 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' %]