Link Here
|
2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
3 |
[% USE Registers %] |
3 |
[% USE Registers %] |
4 |
|
4 |
|
5 |
<div id="navmenu"> |
5 |
<div id="tools-menu" class="sidebar_menu"> |
6 |
<div id="navmenulist"> |
6 |
<ul> |
|
|
7 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li> |
8 |
</ul> |
9 |
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) || CAN_user_tools_rotating_collections ) %] |
10 |
<h5>Patrons and circulation</h5> |
7 |
<ul> |
11 |
<ul> |
8 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li> |
12 |
[% IF ( CAN_user_tools_manage_patron_lists ) %] |
|
|
13 |
<li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li> |
14 |
[% END %] |
15 |
[% IF (CAN_user_clubs) %] |
16 |
<li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li> |
17 |
[% END %] |
18 |
[% IF ( CAN_user_tools_moderate_comments ) %] |
19 |
<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li> |
20 |
[% END %] |
21 |
[% IF ( CAN_user_tools_import_patrons ) %] |
22 |
<li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li> |
23 |
[% END %] |
24 |
[% IF ( CAN_user_tools_edit_notices ) %] |
25 |
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a></li> |
26 |
[% END %] |
27 |
[% IF ( CAN_user_tools_edit_notice_status_triggers ) %] |
28 |
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li> |
29 |
[% END %] |
30 |
[% IF ( CAN_user_tools_label_creator ) %] |
31 |
<li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li> |
32 |
[% END %] |
33 |
[% IF ( CAN_user_tools_delete_anonymize_patrons ) %] |
34 |
<li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></li> |
35 |
[% END %] |
36 |
[% IF ( CAN_user_tools_edit_patrons ) %] |
37 |
<li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li> |
38 |
[% END %] |
39 |
[% IF ( CAN_user_tools_batch_extend_due_dates ) %] |
40 |
<li><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></li> |
41 |
[% END %] |
42 |
[% IF ( CAN_user_tools_moderate_tags ) %] |
43 |
<li><a href="/cgi-bin/koha/tags/review.pl">Tags</a></li> |
44 |
[% END %] |
45 |
[% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %] |
46 |
<li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li> |
47 |
[% END %] |
48 |
[% IF ( CAN_user_tools_rotating_collections ) %] |
49 |
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> |
50 |
[% END %] |
9 |
</ul> |
51 |
</ul> |
10 |
[% IF ( CAN_user_tools_manage_patron_lists || CAN_user_clubs || CAN_user_tools_moderate_comments || CAN_user_tools_import_patrons || CAN_user_tools_edit_notices || CAN_user_tools_edit_notice_status_triggers || CAN_user_tools_label_creator || CAN_user_tools_delete_anonymize_patrons || CAN_user_tools_edit_patrons || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) || CAN_user_tools_rotating_collections ) %] |
52 |
[% END # /IF ( CAN_user_tools_items_batchdel... %] |
11 |
<h5>Patrons and circulation</h5> |
|
|
12 |
<ul> |
13 |
[% IF ( CAN_user_tools_manage_patron_lists ) %] |
14 |
<li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li> |
15 |
[% END %] |
16 |
[% IF (CAN_user_clubs) %] |
17 |
<li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li> |
18 |
[% END %] |
19 |
[% IF ( CAN_user_tools_moderate_comments ) %] |
20 |
<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li> |
21 |
[% END %] |
22 |
[% IF ( CAN_user_tools_import_patrons ) %] |
23 |
<li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li> |
24 |
[% END %] |
25 |
[% IF ( CAN_user_tools_edit_notices ) %] |
26 |
<li><a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a></li> |
27 |
[% END %] |
28 |
[% IF ( CAN_user_tools_edit_notice_status_triggers ) %] |
29 |
<li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li> |
30 |
[% END %] |
31 |
[% IF ( CAN_user_tools_label_creator ) %] |
32 |
<li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li> |
33 |
[% END %] |
34 |
[% IF ( CAN_user_tools_delete_anonymize_patrons ) %] |
35 |
<li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></li> |
36 |
[% END %] |
37 |
[% IF ( CAN_user_tools_edit_patrons ) %] |
38 |
<li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li> |
39 |
[% END %] |
40 |
[% IF ( CAN_user_tools_batch_extend_due_dates ) %] |
41 |
<li><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></li> |
42 |
[% END %] |
43 |
[% IF ( CAN_user_tools_moderate_tags ) %] |
44 |
<li><a href="/cgi-bin/koha/tags/review.pl">Tags</a></li> |
45 |
[% END %] |
46 |
[% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %] |
47 |
<li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li> |
48 |
[% END %] |
49 |
[% IF ( CAN_user_tools_rotating_collections ) %] |
50 |
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> |
51 |
[% END %] |
52 |
</ul> |
53 |
[% END # /IF ( CAN_user_tools_items_batchdel... %] |
54 |
|
53 |
|
55 |
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
54 |
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_additional_contents || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
56 |
<h5>Additional tools</h5> |
55 |
<h5>Additional tools</h5> |
57 |
<ul> |
56 |
<ul> |
58 |
[% IF ( CAN_user_tools_edit_calendar ) %] |
57 |
[% IF ( CAN_user_tools_edit_calendar ) %] |
59 |
<li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li> |
58 |
<li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li> |
60 |
[% END %] |
59 |
[% END %] |
61 |
[% IF ( CAN_user_tools_manage_csv_profiles ) %] |
60 |
[% IF ( CAN_user_tools_manage_csv_profiles ) %] |
62 |
<li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li> |
61 |
<li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li> |
63 |
[% END %] |
62 |
[% END %] |
64 |
[% IF ( CAN_user_tools_view_system_logs ) %] |
63 |
[% IF ( CAN_user_tools_view_system_logs ) %] |
65 |
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li> |
64 |
<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li> |
66 |
[% END %] |
65 |
[% END %] |
67 |
[% IF ( CAN_user_tools_edit_additional_contents ) %] |
66 |
[% IF ( CAN_user_tools_edit_additional_contents ) %] |
68 |
<li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></li> |
67 |
<li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></li> |
69 |
<li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></li> |
68 |
<li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></li> |
70 |
<li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=pages">Pages</a></li> |
69 |
<li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=pages">Pages</a></li> |
71 |
[% END %] |
70 |
[% END %] |
72 |
[% IF ( CAN_user_tools_schedule_tasks ) %] |
71 |
[% IF ( CAN_user_tools_schedule_tasks ) %] |
73 |
<li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li> |
72 |
<li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li> |
74 |
[% END %] |
73 |
[% END %] |
75 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
74 |
[% IF ( CAN_user_tools_edit_quotes ) %] |
76 |
<li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li> |
75 |
<li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li> |
77 |
[% END %] |
76 |
[% END %] |
78 |
[% IF ( plugins_enabled && CAN_user_plugins_tool ) %] |
77 |
[% IF ( plugins_enabled && CAN_user_plugins_tool ) %] |
79 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li> |
78 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li> |
80 |
[% END %] |
79 |
[% END %] |
81 |
[% IF ( CAN_user_tools_upload_general_files ) %] |
80 |
[% IF ( CAN_user_tools_upload_general_files ) %] |
82 |
<li><a href="/cgi-bin/koha/tools/upload.pl">Uploads</a></li> |
81 |
<li><a href="/cgi-bin/koha/tools/upload.pl">Uploads</a></li> |
83 |
[% END %] |
82 |
[% END %] |
84 |
[% IF ( CAN_user_tools_access_files ) %] |
83 |
[% IF ( CAN_user_tools_access_files ) %] |
85 |
<li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li> |
84 |
<li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li> |
86 |
[% END %] |
85 |
[% END %] |
87 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %] |
86 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %] |
88 |
<li><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></li> |
87 |
<li><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></li> |
89 |
[% END %] |
88 |
[% END %] |
90 |
</ul> |
89 |
</ul> |
91 |
[% END # /IF ( CAN_user_tools_edit_calendar... %] |
90 |
[% END # /IF ( CAN_user_tools_edit_calendar... %] |
92 |
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %] |
91 |
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %] |
93 |
<h5>Cash management</h5> |
92 |
<h5>Cash management</h5> |
94 |
<ul> |
93 |
<ul> |
95 |
<li><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></li> |
94 |
<li><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></li> |
96 |
<li><a href="/cgi-bin/koha/pos/register.pl">Transaction history for [% Registers.session_register_name | html %]</a></li> |
95 |
<li><a href="/cgi-bin/koha/pos/register.pl">Transaction history for [% Registers.session_register_name | html %]</a></li> |
97 |
</ul> |
96 |
</ul> |
98 |
[% END %] |
97 |
[% END %] |
99 |
</div> <!-- /#navmenulist --> |
98 |
|
100 |
</div> <!-- /#navmenu --> |
99 |
</div> <!-- /.sidebar_menu --> |