@@ -, +, @@ patron record - Verify that clicking any "delete" link prompts for a confirmation. - Verify that confirming the dialog triggers the deletion of the correct file. - Verify that canceling the confirmation dialog aborts the deletion. - Confirm that the "Delete" button looks correct. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt @@ -3,6 +3,19 @@ [% INCLUDE 'doc-head-open.inc' %] Files for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'header.inc' %] @@ -44,7 +57,7 @@ [% f.file_type %] [% f.file_description %] [% f.date_uploaded | $KohaDates %] - [% IF CAN_user_borrowers %]Delete[% END %] + [% IF CAN_user_borrowers %] Delete[% END %] [% END %] --