From 99814a6b092e6f9f0e2a41600a38d0189a1b4a03 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: Add warning sign and span This patch adds a small warning sign before the sentence and also puts the sentence inside a span. Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../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..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 313dbdfa5b..141233e1a2 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.30.2