From 936295ad222b33f26cbf339db6625da83d17123d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:56:51 +0100 Subject: [PATCH 06/16] Bug 5345: DataTables integration in acquisition module [6] histsearch.tt --- .../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 3385fb3..1c04016 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' %] @@ -61,7 +74,8 @@ [% END %] [% IF ( suggestions_loop ) %]

Search Results

- +
+ @@ -73,7 +87,8 @@ - + + [% FOREACH suggestions_loo IN suggestions_loop %] @@ -93,6 +108,7 @@ [% END %] +
Basket Basket groupQuantity ordered Unit cost
[% suggestions_loo.basketname %] ([% suggestions_loo.basketno %])[% suggestions_loo.ecost %]
[% ELSE %][% END %] -- 1.7.7.3