From 114057c42ecdce07c724984d3ffb841336d935b8 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." --- 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 98cfc84e22..d2e0214ae2 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.30.2