From 204ac9b0e7ce9783880b290b13c4f89394e86d57 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] Content-Type: text/plain; charset="utf-8" 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 3249cf7..6ddaf98 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

- +
+ @@ -75,7 +89,8 @@ - + + [% FOREACH suggestions_loo IN suggestions_loop %] @@ -96,6 +111,7 @@ [% END %] +
Basket Basket groupQuantity ordered Unit cost
[% suggestions_loo.basketname %] ([% suggestions_loo.basketno %])[% suggestions_loo.ecost %]
[% ELSE %][% END %] -- 1.7.7.6