bug 9360 - Clean borrowers tool wording and layout problematic
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Tools</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 </head>
5 <body id="tools_tools-home" class="tools">
6 [% INCLUDE 'header.inc' %]
7 [% INCLUDE '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 <h3>Patrons and circulation</h3>
17 <dl>
18     [% IF ( CAN_user_tools_moderate_comments ) %]
19     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="holdcount"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span>[% END %]</dt>
20         <dd>Moderate patron comments. </dd>
21     [% END %]
22     
23     [% IF ( CAN_user_tools_import_patrons ) %]
24     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
25     <dd>Import patron data</dd>
26     [% END %]
27
28     [% IF ( CAN_user_tools_edit_notices ) %]
29     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
30     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
31     [% END %]
32
33     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
34     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
35     <dd>Set notice/status triggers for overdue items</dd>
36     [% END %]
37     
38     [% IF ( CAN_user_tools_label_creator ) %]
39     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
40     <dd>Create printable patron cards</dd>
41     [% END %]
42
43     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
44     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
45     <dd>Batch delete patrons and delete patron circulation history</dd>
46     [% END %]
47
48     [% IF ( CAN_user_tools_edit_patrons ) %]
49     <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
50     <dd>Modify patrons in batch</dd>
51     [% END %]
52
53     [% IF ( CAN_user_tools_moderate_tags ) %]
54     <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a> [% IF ( pendingtags ) %]<span class="holdcount"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span>[% END %]</dt>
55         <dd>Moderate patron tags</dd>
56     [% END %]
57
58     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
59     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
60         <dd>Upload patron images in batch or one at a time</dd>
61     [% END %]
62
63
64
65         </dl>
66 </div>
67 <div class="yui-u">
68 <h3>Additional tools</h3>
69 <dl>
70     [% IF ( CAN_user_tools_edit_calendar ) %]
71     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
72     <dd>Define days when the library is closed</dd>
73     [% END %]
74
75     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
76     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
77         <dd>Manage CSV export profiles</dd>
78     [% END %]
79
80     [% IF ( CAN_user_tools_view_system_logs ) %]
81         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
82     <dd>Browse the system logs</dd>
83     [% END %]
84
85     [% IF ( CAN_user_tools_edit_news ) %]
86     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
87     <dd>Write news for the OPAC and staff interfaces</dd>
88     [% END %]
89
90     [% IF ( CAN_user_tools_schedule_tasks ) %]
91     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
92     <dd>Schedule tasks to run</dd>
93     [% END %]
94         
95     [% IF ( CAN_user_tools_edit_quotes ) %]
96     <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
97     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
98     [% END %]
99
100 </dl>
101 </div>
102 <div class="yui-u">
103 <h3>Catalog</h3>
104 <dl>
105     [% IF ( CAN_user_tools_items_batchdel ) %]
106     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
107     <dd>Delete a batch of items</dd>
108     [% END %]
109     
110     [% IF ( CAN_user_tools_items_batchmod ) %]
111     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
112     <dd>Modify items in a batch</dd>
113     [% END %]
114     
115     [% IF ( CAN_user_tools_export_catalog ) %]
116     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
117     <dd>Export bibliographic, holdings, and authority records</dd>
118     [% END %]
119
120     [% IF ( CAN_user_tools_inventory ) %]
121     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></dt>
122     <dd>Perform inventory (stocktaking) of your catalog</dd>
123     [% END %]
124
125     [% IF ( CAN_user_tools_label_creator ) %]
126     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
127     <dd>Create printable labels and barcodes from catalog data</dd>
128     [% END %]
129     
130     [% IF ( CAN_user_tools_label_creator ) %]
131     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
132     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
133     [% END %]
134
135 <!--
136     [% IF ( CAN_user_tools_rotating_collections ) %]
137     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
138         <dd>Manage Rotating Collections</dd>
139     [% END %]
140 -->
141
142     [% IF ( CAN_user_tools_stage_marc_import ) %]
143     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
144     <dd>Stage MARC records into the reservoir.</dd>
145     [% END %]
146
147     [% IF ( CAN_user_tools_manage_staged_marc ) %]
148     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
149     <dd>Managed staged MARC records, including completing and reversing imports</dd>
150     [% END %]
151
152     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
153     <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
154     <dd>Utility to upload scanned cover images for display in OPAC</dd>
155     [% END %]
156
157 </dl>
158 </div>
159
160 </div>
161 </div>
162 [% INCLUDE 'intranet-bottom.inc' %]