From e0d7acdd9503c5d33b943b73e00865754fe79bd7 Mon Sep 17 00:00:00 2001 From: Andreas Roussos Date: Fri, 29 Mar 2024 07:59:41 +0100 Subject: [PATCH] Bug 36462: remove extra Home breadcrumb item In the Staff interface, when viewing (or editing) the authority MARC subfield structure for a particular field, the Home button breadcrumb on the top left of the screen appears twice. This patch fixes that. Test plan: 1) Try to view (or edit) the authority MARC subfield structure for a particular field. Notice the 'Home' breadcrumb button/icon is appearing twice. 2) Apply this patch. 3) Refresh the page, the 'Home' breadcrumb icon should now appear only once. Signed-off-by: Esther --- .../prog/en/modules/admin/auth_subfields_structure.tt | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index 4132122270..6827187a5c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -36,9 +36,6 @@ [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] - [% WRAPPER breadcrumb_item %] - Home - [% END %] [% WRAPPER breadcrumb_item %] Administration [% END %] -- 2.30.2