From 7f0518178d4b775be0d30fde3b89f2a8d66b0be4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:56:51 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 5345: DataTables integration in acquisition module [6] histsearch.tt Signed-off-by: Katrin Fischer --- .../prog/en/modules/acqui/histsearch.tt | 20 ++++++++++++++++++-- 1 files 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 1d6c242..3810037 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 %] -- 1.7.5.4