From a9bafb0afcb8269739c761b7c5810fa698dbec3f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 24 Jul 2023 10:56:45 +0000 Subject: [PATCH] Bug 34344: Make item types breadcrumbs uniform This patch updates the breadcrumbs on the item types administration page so that it reads "Item types" instead of "Item types administration," making it more consistent with other administration pages. The same change is made to the page's main heading. To test, apply the patch and go to Administration -> Item types. The breadcrumbs should read "Home -> Administration -> Item types. The page heading should read "Item types." Signed-off-by: Caroline Cyr La Rose --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 98cfc84e221..d2e0214ae26 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -95,7 +95,7 @@ Item types › Administration › Koha [% IF op == 'list' %] [% WRAPPER breadcrumb_item bc_active= 1 %] - Item types administration + Item types [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] @@ -377,7 +377,7 @@ Item types › Administration › Koha [% END %] [% IF op == 'list' %] -

Item types administration

+

Item types

[% IF itemtypes %]
-- 2.34.1