From 152e771a9befe4799d224307b1f1687b85f77813 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 18 Oct 2022 17:53:53 +0000 Subject: [PATCH] Bug 31850: Patron import: welcome email option style as list This patch corrects the markup around the "Send email to new patrons" checkbox on the patron import page. The list should be an ordered list, not an unordered list. To test, apply the patch and go to Tools -> Import patrons. In the "Welcome email" section, there should be no bullet point before the "Send email to new patrons" line. Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt index e0b14a8b2c..b96320a0b7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt @@ -347,13 +347,13 @@
Welcome email -
    +
    1. WELCOME notice is used
    2. -
+
-- 2.39.5