Bug 13618: Remove html filters at the intranet
[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 id="pat_deletemem" class="pat">
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     [% IF ( ItemsOnIssues || charges || guarantees ) %]
17         <div class="dialog alert">
18         <h3>Cannot delete patron</h3>
19             <ul>
20             [% IF ( ItemsOnIssues ) %]
21                 <li>Patron has [% ItemsOnIssues %] item(s) checked out.</li>
22             [% END %]
23             [% IF ( charges ) %]
24                 <li>Patron has [% charges %] in fines.</li>
25             [% END %]
26             [% IF ( guarantees ) %]
27                 <li>Patron's record has guaranteed accounts attached.</li>
28             [% END %]
29             </ul>
30     </div>
31     [% END %]
32     [% IF ( keeplocal ) %]
33         <div class="dialog message">
34         <h3>Remote record deleted, local record kept</h3>
35         <p>Patron was marked for deletion from Norwegian national patron database, but the local record was kept.</p>
36         </div>
37     [% END %]
38 </div>
39 </div>
40
41 <div class="yui-b">
42 [% INCLUDE 'circ-menu.inc' %]
43 </div>
44 </div>
45 [% INCLUDE 'intranet-bottom.inc' %]