From 016c12284c68b69e11f5607449bc75d961268fc2 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 22 Aug 2022 13:38:52 +0100 Subject: [PATCH] Bug 31162: Remove duplicates from tools-home This patch removes cataloging tools from the tools-home page where they are now listed on the cataloging home page. This leaves just two options in the 'Cataloging' section of the tools home page, 'Rotating collections' and 'Upload local cover images'. Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/tools-home.tt | 78 +------------------ 1 file changed, 4 insertions(+), 74 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 385a08b1db..38857b5815 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -161,7 +161,7 @@ [% END %] - [% END # /IF ( plugins_enabled... %] + [% END %] [% IF ( CAN_user_tools_upload_general_files ) %]
Uploads
@@ -190,94 +190,24 @@
View transaction history for the current cash register
[% END %] - +
- [% 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 ) %] + [% IF ( CAN_user_tools_rotating_collections || CAN_user_tools_upload_local_cover_images ) %]

Catalog

[% END %]
- [% IF ( CAN_user_tools_items_batchdel ) %] -
Batch item deletion
-
Delete a batch of items
- [% END %] - - [% IF ( CAN_user_tools_items_batchmod ) %] -
Batch item modification
-
Modify items in a batch
- [% END %] - - [% IF CAN_user_tools_records_batchdel %] -
Batch record deletion
-
Delete a batch of bibliographic or authority records
- [% END %] - - [% IF CAN_user_tools_records_batchmod %] -
Batch record modification
-
Modify a batch of bibliographic or authority records
- [% END %] - - [% IF ( CAN_user_tools_items_batchmod ) %] -
Automatic item modifications by age
-
Define rules to modify items by age
- [% END %] - - [% IF ( CAN_user_tools_export_catalog ) %] -
Export data
-
Export bibliographic, holdings, and authority records
- [% END %] - - [% IF ( CAN_user_tools_inventory ) %] -
Inventory
-
Perform inventory of your catalog
- [% END %] - - [% IF ( CAN_user_tools_label_creator ) %] -
Label creator
-
Create printable labels and barcodes from catalog data
- [% END %] - - [% IF ( CAN_user_tools_label_creator ) %] -
Barcode image generator
-
Configure and create barcodes of various types to be output as an image
- [% END %] - - [% IF ( CAN_user_tools_label_creator ) %] -
Quick spine label creator
-
Enter a barcode to generate a printable spine label. For use with dedicated label printers
- [% END %] - [% IF ( CAN_user_tools_rotating_collections ) %]
Rotating collections
Manage rotating collections
[% END %] - [% IF ( CAN_user_stockrotation_manage_rotas && Koha.Preference('StockRotation') ) %] -
Stock rotation
-
Manage Stock rotation rotas, rota stages and rota items
- [% END %] - - [% IF ( CAN_user_tools_marc_modification_templates ) %] -
MARC modification templates
-
Manage templates for modifying MARC records during import
- [% END %] - - [% IF ( CAN_user_tools_stage_marc_import ) %] -
Stage MARC records for import
-
Stage MARC records into the reservoir
- [% END %] - - [% IF ( CAN_user_tools_manage_staged_marc ) %] -
Staged MARC record management
-
Managed staged MARC records, including completing and reversing imports
- [% END %] - [% IF ( CAN_user_tools_upload_local_cover_images ) %]
Upload local cover image
Utility to upload scanned cover images for display in OPAC
[% END %]
-
+ [% INCLUDE 'intranet-bottom.inc' %] -- 2.20.1