@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 43 ++++++++------------ 1 file changed, 17 insertions(+), 26 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 Price %] [% USE AuthorisedValues %] @@ -185,19 +200,7 @@ Close this basket [% END %] -
-
- - -
-
+ [% PROCESS btn_group %]
Export
@@ -234,19 +237,7 @@ [% UNLESS ( grouped ) %]
Reopen this basket
-
-
- - -
-
+ [% PROCESS btn_group %]
Export
[% END %] --