From 09459e3dd5e428e4c4ed00b6e784cab8cbebbab1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 16 Oct 2023 13:30:15 +0000 Subject: [PATCH] Bug 35057: Improve tag description labels in biblio and authority framework editing This patch updates several templates in order to clarify labels in forms and on table columns. To test apply the patch and go to Administration -> Authority types -> MARC structure. - The second column should now be labeled "Tag description." - Click "Edit" on one of the tags. - The description fields should now be labeled "Description in staff interface" and "Description in OPAC." - Return to the list of tags and choose Actions -> Subfields for one of the tags. The second column should read "Description." - Click "Edit" on one of the subfields. - The description fields should now be labeled "Description in staff interface" and "Description in OPAC." Go to Administration -> MARC bibliographic framework -> MARC structure. - The second column should now be labeled "Tag description." - Click "Edit" on one of the tags. - The description fields should now be labeled "Description in staff interface" and "Description in OPAC." - Return to the list of tags and choose Actions -> Subfields for one of the tags. The second column should read "Description." - Click "Edit" on one of the subfields. - The description fields should now be labeled "Description in staff interface" and "Description in OPAC." Signed-off-by: Barbara Johnson Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/auth_subfields_structure.tt | 6 +++--- .../prog/en/modules/admin/auth_tag_structure.tt | 6 +++--- .../prog/en/modules/admin/marc_subfields_structure.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 6 +++--- 4 files changed, 11 insertions(+), 11 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 11ca22de5f..2d56544c4e 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 @@ -159,8 +159,8 @@ [% END %] -
  • -
  • +
  • +
  • -
  • +
  • +
  • [% IF ( repeatable ) %] @@ -263,7 +263,7 @@ Tag - Lib + Tag description Repeatable Mandatory Authorized
    value 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 1812f10b66..8c38fd6f1e 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 @@ -145,11 +145,11 @@
  • [% END %]
  • - +
  • - +
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index 8d3c390c51..964823038f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -148,8 +148,8 @@ Required [% END %]
  • -
  • -
  • +
  • +
  • [% IF ( repeatable ) %] @@ -265,7 +265,7 @@ Tag - Lib + Tag description Repeatable Mandatory Important -- 2.20.1