From 3eadc4c1bc463adc5afda58e4e5f9a74f64735f4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:58:20 +0100 Subject: [PATCH] [SIGNEd-OFF] Bug 5345: DataTables integration in acquisition module [10] ordered.tt Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/acqui/ordered.tt | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt index 379d042..5eb0696 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt @@ -1,7 +1,20 @@ [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Ordered + [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'header.inc' %] @@ -31,7 +44,7 @@ Subtotal - + [% FOREACH order IN ordered %] [% IF loop.odd %] @@ -68,7 +81,7 @@ [% END %] - + Total -- 1.7.5.4