35 lines
No EOL
976 B
Text
35 lines
No EOL
976 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
<title>Koha › Can't Delete Patron</title>
|
|
[% INCLUDE 'doc-head-close.inc' %]
|
|
</head>
|
|
<body>
|
|
[% INCLUDE 'header.inc' %]
|
|
[% INCLUDE 'patron-search.inc' %]
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Cannot Delete Patron</div>
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
[% INCLUDE 'members-toolbar.inc' %]
|
|
<div class="dialog alert">
|
|
<h3>Cannot Delete Patron</h3>
|
|
<ul>[% IF ( ItemsOnIssues ) %]
|
|
<li>Patron has [% ItemsOnIssues %] item(s) checked out.</li>
|
|
[% END %]
|
|
[% IF ( charges ) %]
|
|
<li>Patron has [% charges %] in fines.</li>
|
|
[% END %]
|
|
[% IF ( guarantees ) %]
|
|
<li>Patron's record has guaranteed accounts attached.</li>
|
|
[% END %]</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-b">
|
|
[% INCLUDE 'circ-menu.inc' %]
|
|
</div>
|
|
</div>
|
|
[% INCLUDE 'intranet-bottom.inc' %] |