Bug 11317: (QA follow-up) Change tool name to be more general
[srvgit] / 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_manage_patron_lists) %]
19     <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
20     <dd>Manage lists of patrons.</dd>
21     [% END %]
22
23     [% IF (CAN_user_clubs) %]
24     <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
25     <dd>Manage patron clubs..</dd>
26     [% END %]
27
28 [% IF ( CAN_user_tools_moderate_comments ) %]
29     <dt><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a> [% IF ( pendingcomments ) %]<span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments %]</a></span>[% END %]</dt>
30         <dd>Moderate patron comments. </dd>
31     [% END %]
32     
33     [% IF ( CAN_user_tools_import_patrons ) %]
34     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
35     <dd>Import patron data</dd>
36     [% END %]
37
38     [% IF ( CAN_user_tools_edit_notices ) %]
39     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
40     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
41     [% END %]
42
43     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
44     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
45     <dd>Set notice/status triggers for overdue items</dd>
46     [% END %]
47     
48     [% IF ( CAN_user_tools_label_creator ) %]
49     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
50     <dd>Create printable patron cards</dd>
51     [% END %]
52
53     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
54     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
55     <dd>Batch delete patrons and delete patron circulation history</dd>
56     [% END %]
57
58     [% IF ( CAN_user_tools_edit_patrons ) %]
59     <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
60     <dd>Modify patrons in batch</dd>
61     [% END %]
62
63     [% IF ( CAN_user_tools_moderate_tags ) %]
64     <dt><a href="/cgi-bin/koha/tags/review.pl">Tags</a> [% IF ( pendingtags ) %]<span class="number_box"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags %]</a></span>[% END %]</dt>
65         <dd>Moderate patron tags</dd>
66     [% END %]
67
68     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
69     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
70         <dd>Upload patron images in a batch or one at a time</dd>
71     [% END %]
72         </dl>
73 </div>
74 <div class="yui-u">
75 <h3>Additional tools</h3>
76 <dl>
77     [% IF ( CAN_user_tools_edit_calendar ) %]
78     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
79     <dd>Define days when the library is closed</dd>
80     [% END %]
81
82     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
83     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
84         <dd>Manage CSV export profiles</dd>
85     [% END %]
86
87     [% IF ( CAN_user_tools_view_system_logs ) %]
88         <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
89     <dd>Browse the system logs</dd>
90     [% END %]
91
92     [% IF ( CAN_user_tools_edit_news ) %]
93     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
94     <dd>Write news for the OPAC and staff interfaces</dd>
95     [% END %]
96
97     [% IF ( CAN_user_tools_schedule_tasks ) %]
98     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
99     <dd>Schedule tasks to run</dd>
100     [% END %]
101         
102     [% IF ( CAN_user_tools_edit_quotes ) %]
103     <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
104     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
105     [% END %]
106
107     [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
108     <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
109     <dd>Use tool plugins</dd>
110     [% END %]
111
112     [% IF ( CAN_user_tools_upload_general_files ) %]
113     <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
114     <dd>Upload any type of file, manage uploads</dd>
115     [% END %]
116
117     [% IF CAN_user_tools_access_files %]
118     <dt><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></dt>
119     <dd>Access files stored on the server, like log files or reports</dd>
120     [% END %]
121
122 </dl>
123 </div>
124
125 <div class="yui-u">
126 <h3>Catalog</h3>
127 <dl>
128     [% IF ( CAN_user_tools_items_batchdel ) %]
129     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
130     <dd>Delete a batch of items</dd>
131     [% END %]
132     
133     [% IF ( CAN_user_tools_items_batchmod ) %]
134     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
135     <dd>Modify items in a batch</dd>
136     [% END %]
137
138     [% IF CAN_user_tools_records_batchdel %]
139       <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
140       <dd>Delete a batch of records (bibliographic or authority)</dd>
141     [% END %]
142
143     [% IF CAN_user_tools_records_batchmod %]
144       <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
145       <dd>Modify a batch of records (biblios or authorities)</dd>
146     [% END %]
147
148     [% IF ( CAN_user_tools_items_batchmod ) %]
149       <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
150       <dd>Define rules to modify items by age</dd>
151     [% END %]
152
153     [% IF ( CAN_user_tools_export_catalog ) %]
154     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
155     <dd>Export bibliographic, holdings, and authority records</dd>
156     [% END %]
157
158     [% IF ( CAN_user_tools_inventory ) %]
159     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
160     <dd>Perform inventory of your catalog</dd>
161     [% END %]
162
163     [% IF ( CAN_user_tools_label_creator ) %]
164     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
165     <dd>Create printable labels and barcodes from catalog data</dd>
166     [% END %]
167     
168     [% IF ( CAN_user_tools_label_creator ) %]
169     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
170     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
171     [% END %]
172
173     [% IF ( CAN_user_tools_rotating_collections ) %]
174     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
175     <dd>Manage rotating collections</dd>
176     [% END %]
177
178     [% IF ( CAN_user_tools_marc_modification_templates ) %]
179     <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
180     <dd>Manage templates for modifying MARC records during import.</dd>
181     [% END %]
182
183     [% IF ( CAN_user_tools_stage_marc_import ) %]
184     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
185     <dd>Stage MARC records into the reservoir.</dd>
186     [% END %]
187
188     [% IF ( CAN_user_tools_manage_staged_marc ) %]
189     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
190     <dd>Managed staged MARC records, including completing and reversing imports</dd>
191     [% END %]
192
193     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
194     <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
195     <dd>Utility to upload scanned cover images for display in OPAC</dd>
196     [% END %]
197
198 </dl>
199 </div>
200
201 </div>
202 </div>
203 [% INCLUDE 'intranet-bottom.inc' %]