|
Link Here
|
| 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') ) || CAN_user_tools_rotating_collections ) %] |
| 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 ) %] |
|
Link Here
|
| 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> |
|
|
| 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 ) %] |
| 50 |
<h5>Catalog</h5> |
| 51 |
<ul> |
| 52 |
[% IF ( CAN_user_tools_items_batchdel ) %] |
| 53 |
<li><a href="/cgi-bin/koha/tools/batchMod.pl?del=1">Batch item deletion</a></li> |
| 54 |
[% END %] |
| 55 |
[% IF ( CAN_user_tools_items_batchmod ) %] |
| 56 |
<li><a href="/cgi-bin/koha/tools/batchMod.pl">Batch item modification</a></li> |
| 57 |
[% END %] |
| 58 |
[% IF CAN_user_tools_records_batchdel %] |
| 59 |
<li><a href="/cgi-bin/koha/tools/batch_delete_records.pl">Batch record deletion</a></li> |
| 60 |
[% END %] |
| 61 |
[% IF CAN_user_tools_records_batchmod %] |
| 62 |
<li><a href="/cgi-bin/koha/tools/batch_record_modification.pl">Batch record modification</a></li> |
| 63 |
[% END %] |
| 64 |
[% IF CAN_user_tools_items_batchmod %] |
| 65 |
<li><a href="/cgi-bin/koha/tools/automatic_item_modification_by_age.pl">Automatic item modifications by age</a></li> |
| 66 |
[% END %] |
| 67 |
[% IF ( CAN_user_tools_export_catalog ) %] |
| 68 |
<li><a href="/cgi-bin/koha/tools/export.pl">Export data</a></li> |
| 69 |
[% END %] |
| 70 |
[% IF ( CAN_user_tools_inventory ) %] |
| 71 |
<li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a></li> |
| 72 |
[% END %] |
| 73 |
[% IF ( CAN_user_tools_label_creator ) %] |
| 74 |
<li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li> |
| 75 |
<li><a href="/cgi-bin/koha/labels/spinelabel-home.pl">Quick spine label creator</a></li> |
| 76 |
<li><a href="/cgi-bin/koha/labels/barcode-print.pl">Barcode image generator</a></li> |
| 77 |
[% END %] |
| 78 |
[% IF ( CAN_user_tools_rotating_collections ) %] |
47 |
[% IF ( CAN_user_tools_rotating_collections ) %] |
| 79 |
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> |
48 |
<li><a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a></li> |
| 80 |
[% END %] |
49 |
[% END %] |
| 81 |
[% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] |
|
|
| 82 |
<li><a href="/cgi-bin/koha/tools/stockrotation.pl">Stock rotation</a></li> |
| 83 |
[% END %] |
| 84 |
[% IF ( CAN_user_tools_marc_modification_templates ) %] |
| 85 |
<li><a href="/cgi-bin/koha/tools/marc_modification_templates.pl">Manage MARC modification templates</a></li> |
| 86 |
[% END %] |
| 87 |
[% IF ( CAN_user_tools_stage_marc_import ) %] |
| 88 |
<li><a href="/cgi-bin/koha/tools/stage-marc-import.pl">Stage MARC for import</a></li> |
| 89 |
[% END %] |
| 90 |
[% IF ( CAN_user_tools_manage_staged_marc ) %] |
| 91 |
<li><a href="/cgi-bin/koha/tools/manage-marc-import.pl">Staged MARC management</a></li> |
| 92 |
[% END %] |
| 93 |
[% IF ( CAN_user_tools_upload_local_cover_images ) %] |
| 94 |
<li><a href="/cgi-bin/koha/tools/upload-cover-image.pl">Upload local cover image</a></li> |
| 95 |
[% END %] |
| 96 |
</ul> |
50 |
</ul> |
| 97 |
[% END %] |
51 |
[% END %] |
| 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 || ( Koha.ArePluginsEnabled() && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %] |
52 |
[% 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 ) %] |