From b0211aa9362f8dc65c5c058d535be4af3f34c329 Mon Sep 17 00:00:00 2001 From: David Nind Date: Sun, 9 Oct 2022 21:44:37 +0000 Subject: [PATCH] Bug 31724: Remove 'i' from breadcrumb when deleting a MARC framework subfield Remove 'i' added to the end of the breadcrumb on the confirmation page when deleteing a MARC framework subfield. Test plan: 1. Go to Administration > MARC bibliographic frameworks. 2. View the subfields for a tag for a framework, for example: . BKS framework > Actions > MARC structure . Search for tag 245 . Select Actions > View subfields. 3. Select any subfield to delete and select the Delete button. 4. Note that there is an 'i' at the end of the breadcrumb, for example: . ... > Confirm deletion of subfield bi 5. Apply the patch. 6. Refresh the page and note that that 'i' is removed. 7. Sign off. Signed-off-by: David Nind Signed-off-by: Fridolin Somers --- .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index a01a67ec60..9dae1d13e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -90,7 +90,7 @@
  • - Confirm deletion of subfield [% mss.tagsubfield | html %]i + Confirm deletion of subfield [% mss.tagsubfield | html %]
  • [% END %] -- 2.35.4