From c691cffc2c424f88c7a7bd4471d5607771817892 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:58:20 +0100 Subject: [PATCH 10/16] Bug 5345: DataTables integration in acquisition module [10] ordered.tt --- .../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 93540c9..9e776e1 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 %] @@ -64,7 +77,7 @@ [% END %] - + Total -- 1.7.7.3