Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / batch_delete_records.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h2>Batch record deletion</h2>
4
5 <p>This tool will take a batch of record numbers for either bibliographic records or authority records and allow you to delete all those records and any items attached to them in a batch.</p>
6
7 <p>First you need to tell the tool if you're deleting bibliographic or authority records. Next you can load a file with biblionumbers or authids or enter a list of those numbers in the box provided. Once you submit the form you will be presented with a summary of the records you are trying to delete.</p>
8
9 <p>If a record you want to delete can't be deleted it will be highlighted.</p>
10
11 <p>Check the records you want to delete and click the 'Delete selected records' button to finish the process.</p>
12
13 <p><strong>See the full documentation for Batch Delete Records in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/tools.html#batch-record-deletion">manual</a> (online).</strong></p>
14
15 [% INCLUDE 'help-bottom.inc' %]