From 8a2139e4959fd29d01d036d8bc13ece7f63becc1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 25 May 2012 16:37:42 +0200 Subject: [PATCH] Bug 8100: DataTables integration in acquisition module [8] neworderbiblio.tt http://bugs.koha-community.org/show_bug.cgi?id=8100 Signed-off-by: Katrin Fischer Fixed bug number. Signed-off-by: Paul Poulain --- .../prog/en/modules/acqui/neworderbiblio.tt | 39 ++++++++++++++----- 1 file changed, 30 insertions(+), 9 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 60feb528f5..b9411ff605 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' %] @@ -34,14 +50,18 @@ [% IF ( total ) %]
- - - - - - - - [% FOREACH biblio IN resultsloop %] +
SummaryPublisherCopyright 
+ + + + + + + + + + + [% FOREACH biblio IN resultsloop %] - [% END %] + [% END %] +
SummaryPublisherCopyright  

[% biblio.title |html %] @@ -68,7 +88,8 @@

[% END %] -- 2.39.5