Bug 20650: Switch single-column templates to Bootstrap grid: Various, part 3
[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 class="container-fluid">
12     <div class="row">
13         <div class="col-sm-4">
14 <h3>Patrons and circulation</h3>
15 <dl>
16     [% IF (CAN_user_tools_manage_patron_lists) %]
17     <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
18     <dd>Manage lists of patrons.</dd>
19     [% END %]
20
21     [% IF (CAN_user_clubs) %]
22     <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
23     <dd>Manage patron clubs..</dd>
24     [% END %]
25
26 [% IF ( CAN_user_tools_moderate_comments ) %]
27     <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>
28         <dd>Moderate patron comments. </dd>
29     [% END %]
30     
31     [% IF ( CAN_user_tools_import_patrons ) %]
32     <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
33     <dd>Import patron data</dd>
34     [% END %]
35
36     [% IF ( CAN_user_tools_edit_notices ) %]
37     <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></dt>
38     <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
39     [% END %]
40
41     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
42     <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
43     <dd>Set notice/status triggers for overdue items</dd>
44     [% END %]
45     
46     [% IF ( CAN_user_tools_label_creator ) %]
47     <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
48     <dd>Create printable patron cards</dd>
49     [% END %]
50
51     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
52     <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></dt>
53     <dd>Batch delete patrons and delete patron circulation history</dd>
54     [% END %]
55
56     [% IF ( CAN_user_tools_edit_patrons ) %]
57     <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
58     <dd>Modify patrons in batch</dd>
59     [% END %]
60
61     [% IF ( CAN_user_tools_moderate_tags ) %]
62     <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>
63         <dd>Moderate patron tags</dd>
64     [% END %]
65
66     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
67     <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
68         <dd>Upload patron images in a batch or one at a time</dd>
69     [% END %]
70         </dl>
71 </div>
72
73
74 <div class="col-sm-4 col-sm-push-4">
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="col-sm-4 col-sm-pull-4">
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
203 [% INCLUDE 'intranet-bottom.inc' %]