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