Koha/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
Joshua Ferraro 157b08e572 improvements to links in tools
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:47:53 -05:00

15 lines
980 B
HTML

<ul>
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools Home</a></li>
<li><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></li>
<li><a href="/cgi-bin/koha/labels/label-home.pl">Labels (spine and barcode)</a></li>
<li><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></li>
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></li>
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Notice/status triggers</a></li>
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
<li><a href="/cgi-bin/koha/tools/export.pl">Export bibs/holdings</a></li>
<li><a href="/cgi-bin/koha/tools/import.pl">Import bibs/holdings</a></li>
<li><a href="/cgi-bin/koha/tools/breeding.pl">Import reservoir</a></li>
<li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
<li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Patrons (anonomize, bulk-delete)</a></li>
</ul>