From 4df6ccacf1aa78721f097b49f4f8849ef16e8436 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:56:51 +0100 Subject: [PATCH] Bug 5345: DataTables integration in acquisition module [6] histsearch.tt Signed-off-by: Katrin Fischer Signed-off-by: Paul Poulain --- .../prog/en/modules/acqui/histsearch.tt | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt index 80eb827b3f..5efc63669d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt @@ -1,7 +1,20 @@ [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( suggestions_loop ) %]Orders search › Search results[% ELSE %]Order search[% END %] + [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'calendar.inc' %] @@ -62,7 +75,8 @@ [% END %] [% IF ( suggestions_loop ) %]

Search results

- +
+ @@ -74,7 +88,8 @@ - + + [% FOREACH suggestions_loo IN suggestions_loop %] @@ -94,6 +109,7 @@ [% END %] +
Basket Basket groupQuantity ordered Unit cost
[% suggestions_loo.basketname %] ([% suggestions_loo.basketno %])[% suggestions_loo.ecost %]
[% ELSE %][% END %] -- 2.20.1