From ba668060f17162f00aa01afdc33a30926a313778 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 21 Oct 2022 17:45:59 -0400 Subject: [PATCH] Bug 31923: 'Ignore' tab description is misleading This patch adds a small warning sign before the sentence and also puts the sentence inside a span. --- .../prog/en/modules/admin/auth_subfields_structure.tt | 2 +- .../prog/en/modules/admin/marc_subfields_structure.tt | 2 +- 2 files changed, 2 insertions(+), 2 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 1c7e4ac6e1..8078d6d99b 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 @@ -164,7 +164,7 @@ [%- END -%] [%- END -%] -
Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record
+
Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record
  • 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 ebdfb29829..c9fda85111 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 @@ -226,7 +226,7 @@ [%- END -%] -
    Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record
    +
    Ignore means that the subfield does not display in the record editor and that its value, if any, is deleted from the record
  • -- 2.34.1