From c5204deb8ad13a86d2d4f9bbf749f835c42bb5de Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 17 Sep 2013 16:31:46 +0200 Subject: [PATCH] [PASSED QA] 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. --- .../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 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' %]