@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 47 +++++++++------------- 1 file changed, 20 insertions(+), 27 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -1,3 +1,18 @@ +[% BLOCK btn_group %] +
+
+ + +
+
+[% END %] [% USE KohaDates %] [% USE Branches %] [% USE Price %] @@ -207,20 +222,9 @@ Close this basket [% END %] -
-
- - -
-
-
Export as CSV
+ + [% PROCESS btn_group %] +
Export
[% IF ediaccount %]
Create EDIFACT order
@@ -292,20 +296,9 @@
Reopen this basket
-
-
- - -
-
+ [% PROCESS btn_group %]
Export this basket as CSV
+
[% END %] [% END %] --