|
Lines 1-12
Link Here
|
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Can't Delete Patron</title> |
2 |
<title>Koha › Delete patron [% firstname %] [% surname %]</title> |
| 3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
| 4 |
</head> |
4 |
</head> |
| 5 |
<body id="pat_deletemem" class="pat"> |
5 |
<body id="pat_deletemem" class="pat"> |
| 6 |
[% INCLUDE 'header.inc' %] |
6 |
[% INCLUDE 'header.inc' %] |
| 7 |
[% INCLUDE 'patron-search.inc' %] |
7 |
[% INCLUDE 'patron-search.inc' %] |
| 8 |
|
8 |
|
| 9 |
<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> |
9 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Delete patron [% firstname %] [% surname %]</div> |
| 10 |
<div id="doc3" class="yui-t2"> |
10 |
<div id="doc3" class="yui-t2"> |
| 11 |
|
11 |
|
| 12 |
<div id="bd"> |
12 |
<div id="bd"> |
| 13 |
- |
|
|