View | Details | Raw Unified | Return to bug 31625
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc (-132 / +135 lines)
Lines 1-135 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
2
3
<div id="navmenu">
3
<div id="navmenu">
4
<div id="navmenulist">
4
    <div id="navmenulist">
5
<ul>
5
        <ul>
6
    <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li>
6
            <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools home</a></li>
7
</ul>
7
        </ul>
8
[% 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') ) ) %]
8
        [% 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') ) ) %]
9
<h5>Patrons and circulation</h5>
9
            <h5>Patrons and circulation</h5>
10
<ul>
10
            <ul>
11
    [% IF ( CAN_user_tools_manage_patron_lists ) %]
11
                [% IF ( CAN_user_tools_manage_patron_lists ) %]
12
	<li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
12
                    <li><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></li>
13
    [% END %]
13
                [% END %]
14
    [% IF (CAN_user_clubs) %]
14
                [% IF (CAN_user_clubs) %]
15
        <li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li>
15
                    <li><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></li>
16
    [% END %]
16
                [% END %]
17
    [% IF ( CAN_user_tools_moderate_comments ) %]
17
                [% IF ( CAN_user_tools_moderate_comments ) %]
18
	<li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li>
18
                    <li><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a></li>
19
    [% END %]
19
                [% END %]
20
    [% IF ( CAN_user_tools_import_patrons ) %]
20
                [% IF ( CAN_user_tools_import_patrons ) %]
21
	<li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
21
                    <li><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></li>
22
    [% END %]
22
                [% END %]
23
    [% IF ( CAN_user_tools_edit_notices ) %]
23
                [% IF ( CAN_user_tools_edit_notices ) %]
24
    <li><a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a></li>
24
                    <li><a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a></li>
25
    [% END %]
25
                [% END %]
26
    [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
26
                [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
27
	<li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li>
27
                    <li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></li>
28
    [% END %]
28
                [% END %]
29
    [% IF ( CAN_user_tools_label_creator ) %]
29
                [% IF ( CAN_user_tools_label_creator ) %]
30
    <li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li>
30
                    <li><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></li>
31
    [% END %]
31
                [% END %]
32
    [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
32
                [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
33
    <li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></li>
33
                    <li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></li>
34
    [% END %]
34
                [% END %]
35
    [% IF ( CAN_user_tools_edit_patrons ) %]
35
                [% IF ( CAN_user_tools_edit_patrons ) %]
36
    <li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li>
36
                    <li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li>
37
    [% END %]
37
                [% END %]
38
    [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
38
                [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
39
    <li><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></li>
39
                    <li><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></li>
40
    [% END %]
40
                [% END %]
41
    [% IF ( CAN_user_tools_moderate_tags ) %]
41
                [% IF ( CAN_user_tools_moderate_tags ) %]
42
    <li><a href="/cgi-bin/koha/tags/review.pl">Tag moderation</a></li>
42
                    <li><a href="/cgi-bin/koha/tags/review.pl">Tag moderation</a></li>
43
    [% END %]
43
                [% END %]
44
    [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
44
                [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
45
	<li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li>
45
                    <li><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></li>
46
    [% END %]
46
                [% END %]
47
</ul>
47
            </ul>
48
[% END %]
48
        [% END %]
49
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
49
50
<h5>Catalog</h5>
50
        [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
51
<ul>
51
            <h5>Catalog</h5>
52
    [% IF ( CAN_user_tools_items_batchdel ) %]
52
            <ul>
53
	<li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li>
53
                [% IF ( CAN_user_tools_items_batchdel ) %]
54
    [% END %]
54
                    <li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li>
55
    [% IF ( CAN_user_tools_items_batchmod ) %]
55
                [% END %]
56
	<li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></li>
56
                [% IF ( CAN_user_tools_items_batchmod ) %]
57
    [% END %]
57
                    <li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></li>
58
    [% IF CAN_user_tools_records_batchdel %]
58
                [% END %]
59
      <li><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></li>
59
                [% IF CAN_user_tools_records_batchdel %]
60
    [% END %]
60
                    <li><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></li>
61
    [% IF CAN_user_tools_records_batchmod %]
61
                [% END %]
62
      <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li>
62
                [% IF CAN_user_tools_records_batchmod %]
63
    [% END %]
63
                    <li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li>
64
    [% IF CAN_user_tools_items_batchmod %]
64
                [% END %]
65
      <li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li>
65
                [% IF CAN_user_tools_items_batchmod %]
66
    [% END %]
66
                    <li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li>
67
    [% IF ( CAN_user_tools_export_catalog ) %]
67
                [% END %]
68
    <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
68
                [% IF ( CAN_user_tools_export_catalog ) %]
69
    [% END %]
69
                    <li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li>
70
    [% IF ( CAN_user_tools_inventory ) %]
70
                [% END %]
71
        <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
71
                [% IF ( CAN_user_tools_inventory ) %]
72
    [% END %]
72
                    <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li>
73
    [% IF ( CAN_user_tools_label_creator ) %]
73
                [% END %]
74
	<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
74
                [% IF ( CAN_user_tools_label_creator ) %]
75
	<li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li>
75
                    <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
76
    <li><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></li>
76
                    <li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li>
77
    [% END %]
77
                    <li><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></li>
78
    [% IF ( CAN_user_tools_rotating_collections ) %]
78
                [% END %]
79
    <li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li>
79
                [% IF ( CAN_user_tools_rotating_collections ) %]
80
    [% END %]
80
                    <li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li>
81
    [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
81
                [% END %]
82
    <li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li>
82
                [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
83
    [% END %]
83
                    <li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li>
84
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
84
                [% END %]
85
        <li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li>
85
                [% IF ( CAN_user_tools_marc_modification_templates ) %]
86
    [% END %]
86
                    <li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li>
87
    [% IF ( CAN_user_tools_stage_marc_import ) %]
87
                [% END %]
88
	<li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li>
88
                [% IF ( CAN_user_tools_stage_marc_import ) %]
89
    [% END %]
89
                    <li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li>
90
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
90
                [% END %]
91
	<li><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC management</a></li>
91
                [% IF ( CAN_user_tools_manage_staged_marc ) %]
92
    [% END %]
92
                    <li><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC management</a></li>
93
    [% IF ( CAN_user_tools_upload_local_cover_images ) %]
93
                [% END %]
94
    <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></li>
94
                [% IF ( CAN_user_tools_upload_local_cover_images ) %]
95
    [% END %]
95
                    <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></li>
96
</ul>
96
                [% END %]
97
[% END %]
97
            </ul>
98
[% 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 || ( plugins_enabled && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
98
        [% END %]
99
<h5>Additional tools</h5>
99
100
<ul>
100
        [% 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 || ( plugins_enabled && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
101
    [% IF ( CAN_user_tools_edit_calendar ) %]
101
            <h5>Additional tools</h5>
102
	<li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
102
            <ul>
103
    [% END %]
103
                [% IF ( CAN_user_tools_edit_calendar ) %]
104
    [% IF ( CAN_user_tools_manage_csv_profiles ) %]
104
                    <li><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></li>
105
	<li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li>
105
                [% END %]
106
    [% END %]
106
                [% IF ( CAN_user_tools_manage_csv_profiles ) %]
107
    [% IF ( CAN_user_tools_view_system_logs ) %]
107
                    <li><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></li>
108
	<li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
108
                [% END %]
109
    [% END %]
109
                [% IF ( CAN_user_tools_view_system_logs ) %]
110
    [% IF ( CAN_user_tools_edit_additional_contents ) %]
110
                    <li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
111
    <li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></li>
111
                [% END %]
112
    <li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></li>
112
                [% IF ( CAN_user_tools_edit_additional_contents ) %]
113
    <li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=pages">Pages</a></li>
113
                    <li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></li>
114
    [% END %]
114
                    <li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></li>
115
    [% IF ( CAN_user_tools_schedule_tasks ) %]
115
                    <li><a href="/cgi-bin/koha/tools/additional-contents.pl?category=pages">Pages</a></li>
116
	<li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li>
116
                [% END %]
117
    [% END %]
117
                [% IF ( CAN_user_tools_schedule_tasks ) %]
118
    [% IF ( CAN_user_tools_edit_quotes ) %]
118
                    <li><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></li>
119
       <li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li>
119
                [% END %]
120
    [% END %]
120
                [% IF ( CAN_user_tools_edit_quotes ) %]
121
    [% IF ( plugins_enabled && CAN_user_plugins_tool ) %]
121
                    <li><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></li>
122
        <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li>
122
                [% END %]
123
    [% END %]
123
                [% IF ( plugins_enabled && CAN_user_plugins_tool ) %]
124
    [% IF ( CAN_user_tools_upload_general_files ) %]
124
                    <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></li>
125
       <li><a href="/cgi-bin/koha/tools/upload.pl">Upload any file</a></li>
125
                [% END %]
126
    [% END %]
126
                [% IF ( CAN_user_tools_upload_general_files ) %]
127
    [% IF ( CAN_user_tools_access_files ) %]
127
                    <li><a href="/cgi-bin/koha/tools/upload.pl">Upload any file</a></li>
128
    <li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li>
128
                [% END %]
129
    [% END %]
129
                [% IF ( CAN_user_tools_access_files ) %]
130
    [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
130
                    <li><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></li>
131
        <li><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></li>
131
                [% END %]
132
    [% END %]
132
                [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
133
</ul>
133
                    <li><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></li>
134
[% END %]
134
                [% END %]
135
</div></div>
135
            </ul>
136
        [% END %]
137
    </div>
138
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-247 / +249 lines)
Lines 27-277 Link Here
27
    <h1>Tools</h1>
27
    <h1>Tools</h1>
28
    <div class="row">
28
    <div class="row">
29
        <div class="col-sm-4">
29
        <div class="col-sm-4">
30
[% 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_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
30
            [% 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_batch_extend_due_dates || CAN_user_tools_moderate_tags || ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) ) %]
31
<h3>Patrons and circulation</h3>
31
                <h3>Patrons and circulation</h3>
32
[% END %]
32
            [% END %]
33
<dl>
33
            <dl>
34
    [% IF (CAN_user_tools_manage_patron_lists) %]
34
                [% IF (CAN_user_tools_manage_patron_lists) %]
35
    <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a>
35
                    <dt><a href="/cgi-bin/koha/patron_lists/lists.pl">Patron lists</a></dt>
36
    <dd>Manage lists of patrons</dd>
36
                    <dd>Manage lists of patrons</dd>
37
    [% END %]
37
                [% END %]
38
38
39
    [% IF (CAN_user_clubs) %]
39
                [% IF (CAN_user_clubs) %]
40
    <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a>
40
                    <dt><a href="/cgi-bin/koha/clubs/clubs.pl">Patron clubs</a></dt>
41
    <dd>Manage patron clubs</dd>
41
                    <dd>Manage patron clubs</dd>
42
    [% END %]
42
                [% END %]
43
43
44
    [% IF ( CAN_user_tools_moderate_comments ) %]
44
                [% IF ( CAN_user_tools_moderate_comments ) %]
45
    <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>
45
                    <dt>
46
    <dd>Moderate patron comments</dd>
46
                        <a href="/cgi-bin/koha/reviews/reviewswaiting.pl">Comments</a>
47
    [% END %]
47
                        [% IF ( pendingcomments ) %]
48
    
48
                            <span class="number_box"><a href="/cgi-bin/koha/reviews/reviewswaiting.pl">[% pendingcomments | html %]</a></span>
49
    [% IF ( CAN_user_tools_import_patrons ) %]
49
                        [% END %]
50
    <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
50
                    </dt>
51
    <dd>Import patron data</dd>
51
                    <dd>Moderate patron comments</dd>
52
    [% END %]
52
                [% END %]
53
53
54
    [% IF ( CAN_user_tools_edit_notices ) %]
54
                [% IF ( CAN_user_tools_import_patrons ) %]
55
    <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a></dt>
55
                    <dt><a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a></dt>
56
    <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
56
                    <dd>Import patron data</dd>
57
    [% END %]
57
                [% END %]
58
58
59
    [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
59
                [% IF ( CAN_user_tools_edit_notices ) %]
60
    <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
60
                    <dt><a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a></dt>
61
    <dd>Set notice/status triggers for overdue items</dd>
61
                    <dd>Define notices (print and email notification messages for overdues, etc.)</dd>
62
    [% END %]
62
                [% END %]
63
    
63
64
    [% IF ( CAN_user_tools_label_creator ) %]
64
                [% IF ( CAN_user_tools_edit_notice_status_triggers ) %]
65
    <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
65
                    <dt><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue notice/status triggers</a></dt>
66
    <dd>Create printable patron cards</dd>
66
                    <dd>Set notice/status triggers for overdue items</dd>
67
    [% END %]
67
                [% END %]
68
68
69
    [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
69
                [% IF ( CAN_user_tools_label_creator ) %]
70
    <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></dt>
70
                    <dt><a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a></dt>
71
    <dd>Batch delete patrons and delete patron circulation history</dd>
71
                    <dd>Create printable patron cards</dd>
72
    [% END %]
72
                [% END %]
73
73
74
    [% IF ( CAN_user_tools_edit_patrons ) %]
74
                [% IF ( CAN_user_tools_delete_anonymize_patrons ) %]
75
    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
75
                    <dt><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Batch patron deletion and anonymization</a></dt>
76
    <dd>Modify patrons in batch</dd>
76
                    <dd>Batch delete patrons and delete patron circulation history</dd>
77
    [% END %]
77
                [% END %]
78
78
79
    [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
79
                [% IF ( CAN_user_tools_edit_patrons ) %]
80
    <dt><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></dt>
80
                    <dt><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></dt>
81
    <dd>Modify the due date checkouts in batch</dd>
81
                    <dd>Modify patrons in batch</dd>
82
    [% END %]
82
                [% END %]
83
83
84
    [% IF ( CAN_user_tools_moderate_tags ) %]
84
                [% IF ( CAN_user_tools_batch_extend_due_dates ) %]
85
    <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>
85
                    <dt><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></dt>
86
    <dd>Moderate patron tags</dd>
86
                    <dd>Modify the due date checkouts in batch</dd>
87
    [% END %]
87
                [% END %]
88
88
89
    [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
89
                [% IF ( CAN_user_tools_moderate_tags ) %]
90
    <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
90
                    <dt>
91
    <dd>Upload patron images in a batch or one at a time</dd>
91
                        <a href="/cgi-bin/koha/tags/review.pl">Tags</a>
92
    [% END %]
92
                        [% IF ( pendingtags ) %]
93
93
                            <span class="number_box"><a href="/cgi-bin/koha/tags/review.pl">[% pendingtags | html %]</a></span>
94
    </dl>
94
                        [% END %]
95
</div>
95
                    </dt>
96
96
                    <dd>Moderate patron tags</dd>
97
97
                [% END %]
98
<div class="col-sm-4 col-sm-push-4">
98
99
[% 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 || ( plugins_enabled && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
99
                [% IF ( CAN_user_tools_batch_upload_patron_images && Koha.Preference('patronimages') ) %]
100
<h3>Additional tools</h3>
100
                    <dt><a href="/cgi-bin/koha/tools/picture-upload.pl">Upload patron images</a></dt>
101
[% END %]
101
                    <dd>Upload patron images in a batch or one at a time</dd>
102
<dl>
102
                [% END %]
103
    [% IF ( CAN_user_tools_edit_calendar ) %]
103
            </dl>
104
    <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
104
        </div>
105
    <dd>Define days when the library is closed</dd>
105
106
    [% END %]
106
        <div class="col-sm-4 col-sm-push-4">
107
107
            [% 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 || ( plugins_enabled && CAN_user_plugins_tool )  || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]
108
    [% IF ( CAN_user_tools_manage_csv_profiles ) %]
108
                <h3>Additional tools</h3>
109
    <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
109
            [% END %]
110
    <dd>Manage CSV export profiles</dd>
110
            <dl>
111
    [% END %]
111
                [% IF ( CAN_user_tools_edit_calendar ) %]
112
112
                    <dt><a href="/cgi-bin/koha/tools/holidays.pl">Calendar</a></dt>
113
    [% IF ( CAN_user_tools_view_system_logs ) %]
113
                    <dd>Define days when the library is closed</dd>
114
    <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
114
                [% END %]
115
    <dd>Browse the system logs</dd>
115
116
    [% END %]
116
                [% IF ( CAN_user_tools_manage_csv_profiles ) %]
117
117
                    <dt><a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a></dt>
118
    [% IF ( CAN_user_tools_edit_additional_contents ) %]
118
                    <dd>Manage CSV export profiles</dd>
119
    <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></dt>
119
                [% END %]
120
    <dd>Write news for the OPAC and staff interfaces</dd>
120
121
121
                [% IF ( CAN_user_tools_view_system_logs ) %]
122
    <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></dt>
122
                    <dt><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></dt>
123
    <dd>Write HTML customizations</dd>
123
                    <dd>Browse the system logs</dd>
124
124
                [% END %]
125
    <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=pages">Pages</a></dt>
125
126
    <dd>Write custom pages</dd>
126
                [% IF ( CAN_user_tools_edit_additional_contents ) %]
127
    [% END %]
127
                    <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=news">News</a></dt>
128
128
                    <dd>Write news for the OPAC and staff interfaces</dd>
129
    [% IF ( CAN_user_tools_schedule_tasks ) %]
129
130
    <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
130
                    <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customizations</a></dt>
131
    <dd>Schedule tasks to run</dd>
131
                    <dd>Write HTML customizations</dd>
132
    [% END %]
132
133
133
                    <dt><a href="/cgi-bin/koha/tools/additional-contents.pl?category=pages">Pages</a></dt>
134
    [% IF ( CAN_user_tools_edit_quotes ) %]
134
                    <dd>Write custom pages</dd>
135
    <dt><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></dt>
135
                [% END %]
136
    <dd>Manage 'Quote of the day' quotes</dd>
136
137
    [% END %]
137
                [% IF ( CAN_user_tools_schedule_tasks ) %]
138
138
                    <dt><a href="/cgi-bin/koha/tools/scheduler.pl">Task scheduler</a></dt>
139
    [% IF ( plugins_enabled && CAN_user_plugins_tool && tool_plugins ) %]
139
                    <dd>Schedule tasks to run</dd>
140
    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
140
                [% END %]
141
    <dd>
141
142
        Use tool plugins
142
                [% IF ( CAN_user_tools_edit_quotes ) %]
143
        <ul>
143
                    <dt><a href="/cgi-bin/koha/tools/quotes.pl">Quote editor</a></dt>
144
        [% FOREACH plugin IN tool_plugins %]
144
                    <dd>Manage 'Quote of the day' quotes</dd>
145
            <li class="plugin_link">
145
                [% END %]
146
                <a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=tool">
146
147
                    <span class="plugin_name">[% plugin.metadata.name | html %]</span>
147
                [% IF ( plugins_enabled && CAN_user_plugins_tool && tool_plugins ) %]
148
                </a>
148
                    <dt><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=tool">Tool plugins</a></dt>
149
            </li>
149
                    <dd>
150
        [% END %]
150
                        Use tool plugins
151
        </ul>
151
                        <ul>
152
    </dd>
152
                            [% FOREACH plugin IN tool_plugins %]
153
    [% END %]
153
                                <li class="plugin_link">
154
154
                                    <a href="/cgi-bin/koha/plugins/run.pl?class=[% plugin.class | uri %]&method=tool">
155
    [% IF ( CAN_user_tools_upload_general_files ) %]
155
                                        <span class="plugin_name">[% plugin.metadata.name | html %]</span>
156
    <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
156
                                    </a>
157
    <dd>Upload any type of file, manage uploads</dd>
157
                                </li>
158
    [% END %]
158
                            [% END %]
159
159
                        </ul>
160
    [% IF CAN_user_tools_access_files %]
160
                    </dd>
161
    <dt><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></dt>
161
                [% END %]
162
    <dd>Access files stored on the server, like log files or reports</dd>
162
163
    [% END %]
163
                [% IF ( CAN_user_tools_upload_general_files ) %]
164
164
                    <dt><a href="/cgi-bin/koha/tools/upload.pl">Upload</a></dt>
165
    [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
165
                    <dd>Upload any type of file, manage uploads</dd>
166
        <dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt>
166
                [% END %]
167
        <dd>Manage OPAC problem reports submitted by patrons</dd>
167
168
    [% END %]
168
                [% IF CAN_user_tools_access_files %]
169
169
                    <dt><a href="/cgi-bin/koha/tools/access_files.pl">Access files</a></dt>
170
</dl>
170
                    <dd>Access files stored on the server, like log files or reports</dd>
171
171
                [% END %]
172
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %]
172
173
<h3>Cash management</h3>
173
                [% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %]
174
<dl>
174
                    <dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt>
175
175
                    <dd>Manage OPAC problem reports submitted by patrons</dd>
176
    <dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt>
176
                [% END %]
177
    <dd>View cash takings for the current library</dd>
177
178
178
            </dl>
179
    <dt><a href="/cgi-bin/koha/pos/register.pl">Transaction history for [% Registers.session_register_name | html %]</a></dt>
179
180
    <dd>View transaction history for the current cash register</dd>
180
            [% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %]
181
181
                <h3>Cash management</h3>
182
</dl>
182
                <dl>
183
[% END %]
183
                    <dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt>
184
184
                    <dd>View cash takings for the current library</dd>
185
</div>
185
186
186
                    <dt><a href="/cgi-bin/koha/pos/register.pl">Transaction history for [% Registers.session_register_name | html %]</a></dt>
187
<div class="col-sm-4 col-sm-pull-4">
187
                    <dd>View transaction history for the current cash register</dd>
188
[% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
188
                </dl>
189
<h3>Catalog</h3>
189
            [% END %]
190
[% END %]
190
        </div>
191
<dl>
191
192
    [% IF ( CAN_user_tools_items_batchdel ) %]
192
        <div class="col-sm-4 col-sm-pull-4">
193
    <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
193
            [% IF ( CAN_user_tools_items_batchdel || CAN_user_tools_items_batchmod || CAN_user_tools_records_batchdel  || CAN_user_tools_records_batchmod || CAN_user_tools_export_catalog || CAN_user_tools_inventory  || CAN_user_tools_label_creator || CAN_user_tools_rotating_collections  || ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') )  || CAN_user_tools_marc_modification_templates || CAN_user_tools_stage_marc_import  || CAN_user_tools_manage_staged_marc || CAN_user_tools_upload_local_cover_images ) %]
194
    <dd>Delete a batch of items</dd>
194
                <h3>Catalog</h3>
195
    [% END %]
195
            [% END %]
196
    
196
            <dl>
197
    [% IF ( CAN_user_tools_items_batchmod ) %]
197
                [% IF ( CAN_user_tools_items_batchdel ) %]
198
    <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
198
                    <dt><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></dt>
199
    <dd>Modify items in a batch</dd>
199
                    <dd>Delete a batch of items</dd>
200
    [% END %]
200
                [% END %]
201
201
202
    [% IF CAN_user_tools_records_batchdel %]
202
                [% IF ( CAN_user_tools_items_batchmod ) %]
203
      <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
203
                    <dt><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></dt>
204
      <dd>Delete a batch of bibliographic or authority records</dd>
204
                    <dd>Modify items in a batch</dd>
205
    [% END %]
205
                [% END %]
206
206
207
    [% IF CAN_user_tools_records_batchmod %]
207
                [% IF CAN_user_tools_records_batchdel %]
208
      <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
208
                    <dt><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></dt>
209
      <dd>Modify a batch of bibliographic or authority records</dd>
209
                    <dd>Delete a batch of bibliographic or authority records</dd>
210
    [% END %]
210
                [% END %]
211
211
212
    [% IF ( CAN_user_tools_items_batchmod ) %]
212
                [% IF CAN_user_tools_records_batchmod %]
213
      <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
213
                    <dt><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></dt>
214
      <dd>Define rules to modify items by age</dd>
214
                    <dd>Modify a batch of bibliographic or authority records</dd>
215
    [% END %]
215
                [% END %]
216
216
217
    [% IF ( CAN_user_tools_export_catalog ) %]
217
                [% IF ( CAN_user_tools_items_batchmod ) %]
218
    <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
218
                    <dt><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></dt>
219
    <dd>Export bibliographic, holdings, and authority records</dd>
219
                    <dd>Define rules to modify items by age</dd>
220
    [% END %]
220
                [% END %]
221
221
222
    [% IF ( CAN_user_tools_inventory ) %]
222
                [% IF ( CAN_user_tools_export_catalog ) %]
223
    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
223
                    <dt><a href="/cgi-bin/koha/tools/export.pl">Export data</a></dt>
224
    <dd>Perform inventory of your catalog</dd>
224
                    <dd>Export bibliographic, holdings, and authority records</dd>
225
    [% END %]
225
                [% END %]
226
226
227
    [% IF ( CAN_user_tools_label_creator ) %]
227
                [% IF ( CAN_user_tools_inventory ) %]
228
    <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
228
                    <dt><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></dt>
229
    <dd>Create printable labels and barcodes from catalog data</dd>
229
                    <dd>Perform inventory of your catalog</dd>
230
    [% END %]
230
                [% END %]
231
231
232
    [% IF ( CAN_user_tools_label_creator ) %]
232
                [% IF ( CAN_user_tools_label_creator ) %]
233
    <dt><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></dt>
233
                    <dt><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></dt>
234
    <dd>Configure and create barcodes of various types to be output as an image</dd>
234
                    <dd>Create printable labels and barcodes from catalog data</dd>
235
    [% END %]
235
                [% END %]
236
236
237
    [% IF ( CAN_user_tools_label_creator ) %]
237
                [% IF ( CAN_user_tools_label_creator ) %]
238
    <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
238
                    <dt><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></dt>
239
    <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
239
                    <dd>Configure and create barcodes of various types to be output as an image</dd>
240
    [% END %]
240
                [% END %]
241
241
242
    [% IF ( CAN_user_tools_rotating_collections ) %]
242
                [% IF ( CAN_user_tools_label_creator ) %]
243
    <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
243
                    <dt><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></dt>
244
    <dd>Manage rotating collections</dd>
244
                    <dd>Enter a barcode to generate a printable spine label. For use with dedicated label printers</dd>
245
    [% END %]
245
                [% END %]
246
246
247
    [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
247
                [% IF ( CAN_user_tools_rotating_collections ) %]
248
    <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
248
                    <dt><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></dt>
249
    <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
249
                    <dd>Manage rotating collections</dd>
250
    [% END %]
250
                [% END %]
251
251
252
    [% IF ( CAN_user_tools_marc_modification_templates ) %]
252
                [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %]
253
    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
253
                    <dt><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></dt>
254
    <dd>Manage templates for modifying MARC records during import</dd>
254
                    <dd>Manage Stock rotation rotas, rota stages and rota items</dd>
255
    [% END %]
255
                [% END %]
256
256
257
    [% IF ( CAN_user_tools_stage_marc_import ) %]
257
                [% IF ( CAN_user_tools_marc_modification_templates ) %]
258
    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
258
                    <dt><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">MARC modification templates</a></dt>
259
    <dd>Stage MARC records into the reservoir</dd>
259
                    <dd>Manage templates for modifying MARC records during import</dd>
260
    [% END %]
260
                [% END %]
261
261
262
    [% IF ( CAN_user_tools_manage_staged_marc ) %]
262
                [% IF ( CAN_user_tools_stage_marc_import ) %]
263
    <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
263
                    <dt><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC records for import</a></dt>
264
    <dd>Managed staged MARC records, including completing and reversing imports</dd>
264
                    <dd>Stage MARC records into the reservoir</dd>
265
    [% END %]
265
                [% END %]
266
266
267
    [% IF ( CAN_user_tools_upload_local_cover_images ) %]
267
                [% IF ( CAN_user_tools_manage_staged_marc ) %]
268
    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
268
                    <dt><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC record management</a></dt>
269
    <dd>Utility to upload scanned cover images for display in OPAC</dd>
269
                    <dd>Managed staged MARC records, including completing and reversing imports</dd>
270
    [% END %]
270
                [% END %]
271
271
272
</dl>
272
                [% IF ( CAN_user_tools_upload_local_cover_images ) %]
273
</div>
273
                    <dt><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></dt>
274
274
                    <dd>Utility to upload scanned cover images for display in OPAC</dd>
275
</div>
275
                [% END %]
276
            </dl>
277
        </div>
278
    </div>
276
279
277
[% INCLUDE 'intranet-bottom.inc' %]
280
[% INCLUDE 'intranet-bottom.inc' %]
278
- 

Return to bug 31625