Lines 21-27
Link Here
|
21 |
[% INCLUDE 'members-toolbar.inc' %] |
21 |
[% INCLUDE 'members-toolbar.inc' %] |
22 |
[% IF ItemsOnIssues || debits || is_guarantor %] |
22 |
[% IF ItemsOnIssues || debits || is_guarantor %] |
23 |
<div class="dialog alert"> |
23 |
<div class="dialog alert"> |
24 |
<h3>Cannot delete patron</h3> |
24 |
<h1>Cannot delete patron</h1> |
25 |
<ul> |
25 |
<ul> |
26 |
[% IF ( ItemsOnIssues ) %] |
26 |
[% IF ( ItemsOnIssues ) %] |
27 |
<li>Patron has [% ItemsOnIssues | html %] item(s) checked out.</li> |
27 |
<li>Patron has [% ItemsOnIssues | html %] item(s) checked out.</li> |
Lines 50-56
Link Here
|
50 |
[% END %] |
50 |
[% END %] |
51 |
</ul> |
51 |
</ul> |
52 |
[% END %] |
52 |
[% END %] |
53 |
<h3>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]? This cannot be undone.</h3> |
53 |
<h1>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]?</h1> |
|
|
54 |
<p>This cannot be undone.</p> |
54 |
<form action="/cgi-bin/koha/members/deletemem.pl"> |
55 |
<form action="/cgi-bin/koha/members/deletemem.pl"> |
55 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
56 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
56 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/> |
57 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/> |