From 02847bfb2d2f25bd45f410b5583bd96b527248f3 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Fri, 21 Oct 2022 17:38:52 -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 3b55e997b9..1c7e4ac6e1 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 2e8124e74d..ebdfb29829 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