Lines 38-43
Link Here
|
38 |
[%# TODO add "patron does not exist" unless patron %] |
38 |
[%# TODO add "patron does not exist" unless patron %] |
39 |
<div class="dialog alert"> |
39 |
<div class="dialog alert"> |
40 |
<h3>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]? This cannot be undone.</h3> |
40 |
<h3>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]? This cannot be undone.</h3> |
|
|
41 |
[% IF pending_suggestions > 0 %] |
42 |
<h3>Note that this patron has [% pending_suggestions %] pending suggestions.</h3> |
43 |
[% END %] |
41 |
<form action="/cgi-bin/koha/members/deletemem.pl"> |
44 |
<form action="/cgi-bin/koha/members/deletemem.pl"> |
42 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
45 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
43 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/> |
46 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/> |