From 8fa8cac3b3b37069e2b13c1ca0d2b97fd51b242d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:57:35 +0100 Subject: [PATCH 08/16] Bug 5345: DataTables integration in acquisition module [8] neworderbiblio.tt --- .../prog/en/modules/acqui/neworderbiblio.tt | 25 ++++++++++++++++++- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt index 385a9b2..d67b04b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt @@ -1,7 +1,23 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Search Existing Records + [% INCLUDE 'greybox.inc' %] [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'header.inc' %] @@ -38,13 +54,17 @@ [% IF ( total ) %]
- +
+ - + + + + [% FOREACH biblio IN resultsloop %] [% END %] +
Summary Publisher Copyright   
@@ -73,6 +93,7 @@
[% END %] -- 1.7.7.3