From 057c6e7c0f5300bb5918607d6f5e613c4d0accab Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 25 May 2012 16:37:42 +0200 Subject: [PATCH] [SIGNED-OFF] 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. --- .../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 60feb52..b9411ff 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 %] -- 1.7.9.5