From 89734766e1b2cec73a3add088c2ad98ac46e7fa6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:57:57 +0100 Subject: [PATCH 09/16] Bug 5345: DataTables integration in acquisition module [9] newordersuggestion.tt --- .../prog/en/modules/acqui/newordersuggestion.tt | 28 +++++++++++++++++-- 1 files changed, 25 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt index f6edc63..247d81f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt @@ -1,6 +1,22 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Add order from a suggestion + [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + + [% INCLUDE 'header.inc' %] @@ -16,14 +32,16 @@

Suggestions

[% IF ( suggestions_loop ) %] - +
+ - + + [% FOREACH suggestions_loo IN suggestions_loop %] [% END %] -
Suggestion Suggested by Accepted by  
@@ -53,7 +71,11 @@
[% ELSE %]There are no outstanding (accepted) suggestions.[% END %] + + + [% ELSE %] + There are no outstanding (accepted) suggestions. + [% END %]
-- 1.7.7.3