From 5e615b76a9681143133e869c8448d332c0cbaa8e Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 7 Oct 2022 16:45:02 -0400 Subject: [PATCH] Bug 31718: Change the IF ELSE values in marc_subfields_structure breadcrumbs to facilitate translation This patch changes the strings in the IF ELSE for the framework name in the breadcrumbs on the marc_subfields_structure.pl page. To test: 1) Apply patch 2) In the intranet, go to Administration > MARC bibliographic framework 3) Click 'Actions' next to the default framework and choose 'MARC structure' 4) Click 'Actions' next to a MARC tag and choose 'View subfields' 5) Check the breadcrumbs, they should show Home > Administration > MARC frameworks > Default framework structure > ... 6) Redo steps 2-5, using a different framework, e.g. ACQ The breadcrumbs for ACQ should look like Home > Administration > MARC frameworks > ACQ framework structure > ... Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/marc_subfields_structure.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 402a770aa6..c47840ba8e 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 @@ -55,10 +55,10 @@
  • [% IF ( frameworkcode ) %] - [% frameworkcode | html %] + [% frameworkcode | html %] framework structure [% ELSE %] - Default - [% END %] framework structure + Default framework structure + [% END %]
  • -- 2.39.2