@@ -, +, @@ [9] --- .../prog/en/modules/acqui/newordersuggestion.tt | 28 +++++++++++++++++-- 1 files changed, 25 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ a/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 %]
--