Lines 35-41
Link Here
|
35 |
[% INCLUDE 'members-toolbar.inc' %] |
35 |
[% INCLUDE 'members-toolbar.inc' %] |
36 |
[% IF ItemsOnIssues || debits || is_guarantor %] |
36 |
[% IF ItemsOnIssues || debits || is_guarantor %] |
37 |
<div class="dialog alert"> |
37 |
<div class="dialog alert"> |
38 |
<h3>Cannot delete patron</h3> |
38 |
<h1>Cannot delete patron</h1> |
39 |
<ul> |
39 |
<ul> |
40 |
[% IF ( ItemsOnIssues ) %] |
40 |
[% IF ( ItemsOnIssues ) %] |
41 |
<li>Patron has [% ItemsOnIssues | html %] item(s) checked out.</li> |
41 |
<li>Patron has [% ItemsOnIssues | html %] item(s) checked out.</li> |
Lines 64-70
Link Here
|
64 |
[% END %] |
64 |
[% END %] |
65 |
</ul> |
65 |
</ul> |
66 |
[% END %] |
66 |
[% END %] |
67 |
<h3>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]? This cannot be undone.</h3> |
67 |
<h1>Are you sure you want to delete the patron [% patron.firstname | html %] [% patron.surname | html %]?</h1> |
|
|
68 |
<p>This cannot be undone.</p> |
68 |
<form action="/cgi-bin/koha/members/deletemem.pl"> |
69 |
<form action="/cgi-bin/koha/members/deletemem.pl"> |
69 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
70 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
70 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/> |
71 |
<input type="hidden" name="member" value="[% patron.borrowernumber | html %]"/> |