Adding link to reviews
[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">
12 <div id="bd">
13         <div class="yui-gb">
14
15 <div class="yui-u first">
16 <dl>
17     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
18     <dd>Write news for the OPAC and staff interfaces.</dd>
19         
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         </dl>
26 </div>
27 <div class="yui-u">
28         <dl>
29     <dt><a href="/cgi-bin/koha/tools/export.pl">Export</a></dt>
30     <dd>Export data</dd>
31
32     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
33     <dd>Perform inventory (stocktaking) of your catalogue</dd>
34
35     <dt><a href="/cgi-bin/koha/tools/import.pl">Reservoir Import</a></dt>
36     <dd>Import data into the reservoir.</dd>
37         
38         <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import Borrowers</a></dt>
39     <dd>Import borrowers data.</dd>
40         
41         </dl>
42 </div>
43 <div class="yui-u">
44 <dl>
45     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices</a></dt>
46     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
47
48     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue rules</a></dt>
49     <dd>Rules for overdue books</dd>
50
51     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></dt>
52     <dd>Delete old borrowers and anonymize circulation history (deletes borrower reading history)</dd>
53
54     <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
55     <dd>Browse the system logs</dd>
56
57     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Scheduler</a></dt>
58     <dd>Schedule tasks to run</dd>
59         
60         <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Moderate reviews</a></dt>
61     <dd>Moderate reviews submitted by patrons</dd>
62
63
64 </dl>
65 </div>
66
67 </div>
68 </div>
69 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->