From e83c21dd074dbe269b8856e8dee7b03a02bb2f04 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 17 Feb 2012 15:57:57 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 5345: DataTables integration in acquisition module [9] Content-Type: text/plain; charset="utf-8" newordersuggestion.tt Signed-off-by: Owen Leonard --- .../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 8629e1d..e46a623 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.3