changing file according to new directory hierarchy

This commit is contained in:
hdl 2006-02-24 11:55:40 +00:00
parent 833e6bf5b6
commit 77ce82785e

View file

@ -84,21 +84,21 @@
<th colspan="2">Export</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></th>
<th><a href="/cgi-bin/koha/tools/export.pl">MARC biblio export</a></th>
<td> Exporting in MARC format.</td>
</tr>
<tr>
<th colspan="2">Import</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records to the reservoir</a></th>
<th><a href="/cgi-bin/koha/tools/import.pl">Upload MARC records to the reservoir</a></th>
<td>The reservoir is a table where imported MARC records are stored. A MARC record is stored in the reservoir as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the reservoir. If it is found, the biblio is added to Koha active table.
</td>
</tr>
<th colspan="2">Barcode generator</th>
</tr>
<tr>
<th><a href="/cgi-bin/koha/barcodes/barcodes.pl">Generate barcodes</a></th>
<th><a href="/cgi-bin/koha/tools/barcodes.pl">Generate barcodes</a></th>
<td>the barcode generator deals with generating barcodes for items you acquire
</td>
</tr>