From d2df95e2d876550251a638e3596941e46c74d23e 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 --- .../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 e591e6b3ac..7a01667f6a 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 @@ -141,8 +141,8 @@ [% END %] -
  • -
  • +
  • +
  • -
  • +
  • +
  • [% IF ( repeatable ) %] @@ -269,7 +269,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.30.2