@@ -, +, @@ summary - The modal title - Body - Text for submit and cancel buttons - A callback function to trigger on submit - Log in to the OPAC as a user who has holds and article requests. - Test the following interactions, both the confirmation and cancel options for each: - Cancel a hold - Suspend all holds - Resume all holds - Cancel an article request --- .../opac-tmpl/bootstrap/en/modules/opac-user.tt | 74 ++++++++++++++++++---- koha-tmpl/opac-tmpl/bootstrap/js/global.js | 36 +++++++++++ 2 files changed, 96 insertions(+), 14 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -762,10 +762,10 @@ [% END # / IF SuspendHoldsOpac %] [% IF ( RESERVE.is_cancelable_from_opac ) %] -
+ -
+ [% END %] @@ -775,8 +775,8 @@ [% IF SuspendHoldsOpac %]
-
- + + [% IF AutoResumeSuspendedHolds %] @@ -788,8 +788,8 @@

- - + +
@@ -885,7 +885,10 @@ Cancel: - Cancel +
+ + +
[% END %] @@ -917,17 +920,10 @@ [% END %] [% INCLUDE 'opac-bottom.inc' %] - - [% BLOCK jsinclude %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %]