From 8b16034ee1c25eb5d363cc46fcc16ab418356261 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 25 May 2012 16:37:42 +0200 Subject: [PATCH] [PATCH 08/16] Bug 5345: DataTables integration in acquisition module [8] neworderbiblio.tt http://bugs.koha-community.org/show_bug.cgi?id=8100 --- .../prog/en/modules/acqui/neworderbiblio.tt | 39 +++++++++++++++----- 1 files 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 6342d33..245abf1 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,14 +54,18 @@ [% IF ( total ) %]
- - - - - - - - [% FOREACH biblio IN resultsloop %] +
SummaryPublisherCopyright 
+ + + + + + + + + + + [% FOREACH biblio IN resultsloop %] - [% END %] + [% END %] +
SummaryPublisherCopyright  

[% biblio.title |html %] @@ -72,7 +92,8 @@

[% END %] -- 1.7.7.3