Bug 5917 : Swapping templates over
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / deletemem.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Can't Delete Patron</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body>
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE 'patron-search.inc' %]
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  &rsaquo; Cannot Delete Patron</div>
10 <div id="doc3" class="yui-t2">
11    
12    <div id="bd">
13         <div id="yui-main">
14         <div class="yui-b">
15         [% INCLUDE 'members-toolbar.inc' %]
16         <div class="dialog alert">
17         <h3>Cannot Delete Patron</h3>
18                 <ul>[% IF ( ItemsOnIssues ) %]
19                         <li>Patron has [% ItemsOnIssues %] item(s) checked out.</li>
20                 [% END %]
21                 [% IF ( charges ) %]
22                         <li>Patron has [% charges %] in fines.</li>
23                 [% END %]
24                 [% IF ( guarantees ) %]
25                         <li>Patron's record has guaranteed accounts attached.</li>
26                 [% END %]</ul>
27         </div>
28 </div>
29 </div>
30
31 <div class="yui-b">
32 [% INCLUDE 'circ-menu.inc' %]
33 </div>
34 </div>
35 [% INCLUDE 'intranet-bottom.inc' %]