Bug 19647: Move patron lists templates JS to the footer
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / tools-menu.inc
1 <div id="navmenu">
2 <div id="navmenulist">
3 <ul>
4     <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li>
5 </ul>
6 <h5>Patrons and circulation</h5>
7 <ul>
8     [% IF ( CAN_user_tools_manage_patron_lists ) %]
9         <li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
10     [% END %]
11     [% IF (CAN_user_clubs) %]
12         <li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li>
13     [% END %]
14     [% IF ( CAN_user_tools_moderate_comments ) %]
15         <li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li>
16     [% END %]
17     [% IF ( CAN_user_tools_import_patrons ) %]
18         <li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
19     [% END %]
20     [% IF ( CAN_user_tools_edit_notices ) %]
21     <li><a href="/cgi-bin/koha/tools/letter.pl">Notices &amp; slips</a></li>
22     [% END %]
23     [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
24         <li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li>
25     [% END %]
26     [% IF ( CAN_user_tools_label_creator ) %]
27     <li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li>
28     [% END %]
29     [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
30     <li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion/anonymization</a></li>
31     [% END %]
32     [% IF ( CAN_user_tools_edit_patrons ) %]
33     <li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li>
34     [% END %]
35     [% IF ( CAN_user_tools_moderate_tags ) %]
36     <li><a href="/cgi-bin/koha/tags/review.pl">Tag moderation</a></li>
37     [% END %]
38     [% IF ( CAN_user_tools_batch_upload_patron_images ) %]
39         <li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li>
40     [% END %]
41 </ul>
42 <h5>Catalog</h5>
43 <ul>
44     [% IF ( CAN_user_tools_items_batchdel ) %]
45         <li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li>
46     [% END %]
47     [% IF ( CAN_user_tools_items_batchmod ) %]
48         <li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></li>
49     [% END %]
50     [% IF CAN_user_tools_records_batchdel %]
51       <li><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></li>
52     [% END %]
53     [% IF CAN_user_tools_records_batchmod %]
54       <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li>
55     [% END %]
56     [% IF CAN_user_tools_items_batchmod %]
57       <li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li>
58     [% END %]
59     [% IF ( CAN_user_tools_export_catalog ) %]
60     <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
61     [% END %]
62     [% IF ( CAN_user_tools_inventory ) %]
63         <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
64     [% END %]
65     [% IF ( CAN_user_tools_label_creator ) %]
66         <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
67         <li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li>
68     [% END %]
69     [% IF ( CAN_user_tools_rotating_collections ) %]
70     <li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li>
71     [% END %]
72     [% IF ( CAN_user_tools_marc_modification_templates ) %]
73         <li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li>
74     [% END %]
75     [% IF ( CAN_user_tools_stage_marc_import ) %]
76         <li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li>
77     [% END %]
78     [% IF ( CAN_user_tools_manage_staged_marc ) %]
79         <li><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC management</a></li>
80     [% END %]
81     [% IF ( CAN_user_tools_upload_local_cover_images ) %]
82     <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></li>
83     [% END %]
84 </ul>
85 <h5>Additional tools</h5>
86 <ul>
87     [% IF ( CAN_user_tools_edit_calendar ) %]
88         <li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
89     [% END %]
90     [% IF ( CAN_user_tools_manage_csv_profiles ) %]
91         <li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li>
92     [% END %]
93     [% IF ( CAN_user_tools_view_system_logs ) %]
94         <li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
95     [% END %]
96     [% IF ( CAN_user_tools_edit_news ) %]
97         <li><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></li>
98     [% END %]
99     [% IF ( CAN_user_tools_schedule_tasks ) %]
100         <li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li>
101     [% END %]
102     [% IF ( CAN_user_tools_edit_quotes ) %]
103        <li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li>
104     [% END %]
105     [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %]
106         <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li>
107     [% END %]
108     [% IF ( CAN_user_tools_upload_general_files ) %]
109        <li><a href="/cgi-bin/koha/tools/upload.pl">Upload any file</a></li>
110     [% END %]
111 </ul></div></div>