@@ -, +, @@ close confirmation - Click the 'Close this basket' button and confirm that the icons in the dialog look correct. - Test the cancel operation to make sure you are redirected back to the page showing the basket details. - Test the confirm operation and verify that the basket is closed. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -645,7 +645,7 @@ [% IF ( confirm_close ) %]
-
+

Are you sure you want to close basket [% basketname|html %]?

[% IF ( CAN_user_acquisition_group_manage ) %]

@@ -658,8 +658,11 @@ - - + +

+
+ +
[% END %] --