Bug 25744: Replace <i> with <em> in staff interface
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / tools-home.tt
1 [% USE Koha %]
2
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Koha &rsaquo; Tools</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 </head>
7 <body id="tools_tools-home" class="tools">
8 [% INCLUDE 'header.inc' %]
9 [% INCLUDE 'cat-search.inc' %]
10
11 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Tools</div>
12
13 <div class="container-fluid">
14     <div class="row">
15         <div class="col-sm-4">
16 [% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons
17   || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons
18   || CAN_user_tools_edit_patrons || CAN_user_tools_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
19 <h3>Patrons and circulation</h3>
20 [% END %]
21 <dl>
22     [% IF (CAN_user_tools_manage_patron_lists) %]
23     <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
24     <dd>Manage lists of patrons</dd>
25     [% END %]
26
27     [% IF (CAN_user_clubs) %]
28     <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
29     <dd>Manage patron clubs</dd>
30     [% END %]
31
32     [% IF ( CAN_user_tools_moderate_comments ) %]
33     <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 | html %]</a></span>[% END %]</dt>
34     <dd>Moderate patron comments</dd>
35     [% END %]
36     
37     [% IF ( CAN_user_tools_import_patrons ) %]
38     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
39     <dd>Import patron data</dd>
40     [% END %]
41
42     [% IF ( CAN_user_tools_edit_notices ) %]
43     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
44     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
45     [% END %]
46
47     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
48     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
49     <dd>Set notice/status triggers for overdue items</dd>
50     [% END %]
51     
52     [% IF ( CAN_user_tools_label_creator ) %]
53     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
54     <dd>Create printable patron cards</dd>
55     [% END %]
56
57     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
58     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></dt>
59     <dd>Batch delete patrons and delete patron circulation history</dd>
60     [% END %]
61
62     [% IF ( CAN_user_tools_edit_patrons ) %]
63     <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
64     <dd>Modify patrons in batch</dd>
65     [% END %]
66
67     [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
68     <dt><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></dt>
69     <dd>Modify the due date checkouts in batch</dd>
70     [% END %]
71
72     [% IF ( CAN_user_tools_moderate_tags ) %]
73     <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 | html %]</a></span>[% END %]</dt>
74     <dd>Moderate patron tags</dd>
75     [% END %]
76
77     [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
78     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
79     <dd>Upload patron images in a batch or one at a time</dd>
80     [% END %]
81
82     </dl>
83 </div>
84
85
86 <div class="col-sm-4 col-sm-push-4">
87 [% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news
88   || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool )
89   || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
90 <h3>Additional tools</h3>
91 [% END %]
92 <dl>
93     [% IF ( CAN_user_tools_edit_calendar ) %]
94     <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
95     <dd>Define days when the library is closed</dd>
96     [% END %]
97
98     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
99     <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
100     <dd>Manage CSV export profiles</dd>
101     [% END %]
102
103     [% IF ( CAN_user_tools_view_system_logs ) %]
104     <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
105     <dd>Browse the system logs</dd>
106     [% END %]
107
108     [% IF ( CAN_user_tools_edit_news ) %]
109     <dt><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></dt>
110     <dd>Write news for the OPAC and staff interfaces</dd>
111     [% END %]
112
113     [% IF ( CAN_user_tools_schedule_tasks ) %]
114     <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
115     <dd>Schedule tasks to run</dd>
116     [% END %]
117
118     [% IF ( CAN_user_tools_edit_quotes ) %]
119     <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit quotes for QOTD feature</a></dt>
120     <dd>Quote editor for Quote-of-the-day feature in OPAC</dd>
121     [% END %]
122
123     [% IF ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) %]
124     <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
125     <dd>Use tool plugins</dd>
126     [% END %]
127
128     [% IF ( CAN_user_tools_upload_general_files ) %]
129     <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
130     <dd>Upload any type of file, manage uploads</dd>
131     [% END %]
132
133     [% IF CAN_user_tools_access_files %]
134     <dt><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></dt>
135     <dd>Access files stored on the server, like log files or reports</dd>
136     [% END %]
137
138     [% IF ( Koha.Preference('UseCashRegisters') && CAN_user_cash_management_cashup ) %]
139         <dt><a href="/cgi-bin/koha/pos/registers.pl">Cashup registers</a></dt>
140         <dd>Perform cashup actions on cash registers</dd>
141     [% END %]
142
143     [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
144         <dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt>
145         <dd>Manage OPAC problem reports submitted by patrons</dd>
146     [% END %]
147
148 </dl>
149 </div>
150
151 <div class="col-sm-4 col-sm-pull-4">
152 [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel
153   || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory
154   || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections
155   || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )
156   || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import
157   || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
158 <h3>Catalog</h3>
159 [% END %]
160 <dl>
161     [% IF ( CAN_user_tools_items_batchdel ) %]
162     <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
163     <dd>Delete a batch of items</dd>
164     [% END %]
165     
166     [% IF ( CAN_user_tools_items_batchmod ) %]
167     <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
168     <dd>Modify items in a batch</dd>
169     [% END %]
170
171     [% IF CAN_user_tools_records_batchdel %]
172       <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
173       <dd>Delete a batch of records (bibliographic or authority)</dd>
174     [% END %]
175
176     [% IF CAN_user_tools_records_batchmod %]
177       <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
178       <dd>Modify a batch of records (biblios or authorities)</dd>
179     [% END %]
180
181     [% IF ( CAN_user_tools_items_batchmod ) %]
182       <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
183       <dd>Define rules to modify items by age</dd>
184     [% END %]
185
186     [% IF ( CAN_user_tools_export_catalog ) %]
187     <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
188     <dd>Export bibliographic, holdings, and authority records</dd>
189     [% END %]
190
191     [% IF ( CAN_user_tools_inventory ) %]
192     <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
193     <dd>Perform inventory of your catalog</dd>
194     [% END %]
195
196     [% IF ( CAN_user_tools_label_creator ) %]
197     <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
198     <dd>Create printable labels and barcodes from catalog data</dd>
199     [% END %]
200     
201     [% IF ( CAN_user_tools_label_creator ) %]
202     <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
203     <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
204     [% END %]
205
206     [% IF ( CAN_user_tools_rotating_collections ) %]
207     <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
208     <dd>Manage rotating collections</dd>
209     [% END %]
210
211     [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
212     <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
213     <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
214     [% END %]
215
216     [% IF ( CAN_user_tools_marc_modification_templates ) %]
217     <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
218     <dd>Manage templates for modifying MARC records during import</dd>
219     [% END %]
220
221     [% IF ( CAN_user_tools_stage_marc_import ) %]
222     <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
223     <dd>Stage MARC records into the reservoir</dd>
224     [% END %]
225
226     [% IF ( CAN_user_tools_manage_staged_marc ) %]
227     <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
228     <dd>Managed staged MARC records, including completing and reversing imports</dd>
229     [% END %]
230
231     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
232     <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
233     <dd>Utility to upload scanned cover images for display in OPAC</dd>
234     [% END %]
235
236 </dl>
237 </div>
238
239 </div>
240
241 [% INCLUDE 'intranet-bottom.inc' %]