Setting it up so circ and members use a different toolbar so that actions can return...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / deletemem.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Can't Delete Patron</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="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 <!-- TMPL_INCLUDE NAME="circ-toolbar.inc" -->   <h3>Cannot Delete Patron</h3>
16                 <ul><!-- TMPL_IF name="ItemsOnIssues" -->
17                         <li>Patron has <!-- TMPL_VAR name="ItemsOnIssues" --> item(s) checked out.</li>
18                 <!-- /TMPL_IF -->
19                 <!-- TMPL_IF name="charges -->
20                         <li>Patron has <!-- TMPL_VAR name="charges" --> in fines.</li>
21                 <!-- /TMPL_IF -->
22                 <!-- TMPL_IF name="guarantees" -->
23                         <li>Patron's record has guaranteed accounts attached.</li>
24                 <!-- /TMPL_IF --></ul>
25
26 </div>
27 </div>
28
29 <div class="yui-b">
30 <!-- TMPL_INCLUDE NAME="members-menu.inc" -->
31 </div>
32 </div>
33 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->