|
Lines 11-17
Link Here
|
| 11 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'header.inc' %] |
| 12 |
[% INCLUDE 'cat-search.inc' %] |
12 |
[% INCLUDE 'cat-search.inc' %] |
| 13 |
|
13 |
|
| 14 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › [% IF step == 1 %]Clean Patron Records[% ELSE %]<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean patron records</a> › [% END %][% IF step == 2 %]Confirm[% END %][% IF step == 3 %]Finished[% END %]</div> |
14 |
<div id="breadcrumbs"> |
|
|
15 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
| 16 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
| 17 |
[% IF step == 1 %] |
| 18 |
Batch patron deletion/anonymization |
| 19 |
[% ELSE %] |
| 20 |
<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a> › |
| 21 |
[% END %] |
| 22 |
[% IF step == 2 %] Confirm [% END %] |
| 23 |
[% IF step == 3 %] Finished [% END %] |
| 24 |
</div> |
| 15 |
|
25 |
|
| 16 |
<div id="doc3" class="yui-t2"> |
26 |
<div id="doc3" class="yui-t2"> |
| 17 |
|
27 |
|
| 18 |
- |
|
|