Cleaning up Tools pages, adding breadcrumbs and resident search form
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Tools</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h1>Koha tools</h1>
18
19 <dl>
20     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
21     <dd>Create printable labels and barcodes from catalog data.</dd>
22
23     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></dt>
24     <dd>Define holidays (days where the library is closed)</dd>
25
26     <dt><a href="/cgi-bin/koha/tools/export.pl">Export</a></dt>
27     <dd>Export data</dd>
28
29     <dt><a href="/cgi-bin/koha/tools/import.pl">Reservoir Import</a></dt>
30     <dd>Import data into the reservoir.</dd>
31
32     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
33     <dd>Write news for the OPAC and staff interfaces.</dd>
34
35     <dt><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></dt>
36     <dd>Define letters (notifications for overdues, etc.)</dd>
37
38     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue rules</a></dt>
39     <dd>Rules for overdue books</dd>
40
41     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
42     <dd>Perform inventory (stocktaking) of your catalogue</dd>
43
44     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></dt>
45     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
46
47     <dt><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></dt>
48     <dd>Show lost items</dd>
49
50     <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
51     <dd>Browse the system logs</dd>
52 </dl>
53
54 </div>
55 </div>
56 <div class="yui-b">
57 <!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
58 </div>
59 </div>
60 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->