From f970309e592a834fbcea038c8dc142d284c47088 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 19 Aug 2022 09:01:31 +0100 Subject: [PATCH] Bug 31028: (QA follow-up) This is a 'tool' At the moment, this feature is accessible under tools rather than cataloging. Whilst we await the new cataloging homepage and sidebar this patch replaces the breadcrumb and title with 'Tools', replaces the 'cat-menu' include with 'tools-menu' and adds the 'Catalog concerns' tool to the tools-menu. --- koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 3 +++ .../intranet-tmpl/prog/en/modules/cataloguing/concerns.tt | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc index d994c22ecb..4e273cd38a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc @@ -70,6 +70,9 @@ [% IF ( CAN_user_tools_inventory ) %]
  • Inventory
  • [% END %] + [% IF ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue %] +
  • Catalog concerns
  • + [% END %] [% IF ( CAN_user_tools_label_creator ) %]
  • Label creator
  • Quick spine label creator
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt index 0cc8068601..4152260c80 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt @@ -4,7 +4,7 @@ [% USE TablesSettings %] [% INCLUDE 'doc-head-open.inc' %] - Concerns › Cataloging › Koha + Catalog concerns › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] @@ -19,11 +19,11 @@ Home
  • - Cataloging + Tools
  • - Concerns + Catalog concerns
  • @@ -60,7 +60,7 @@
    -- 2.20.1