From 870f9da736bd645b5beb5782ac3ec65c9dd996ac Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 23 Apr 2023 11:38:12 +0000 Subject: [PATCH] Bug 29046: Fix and amend system preference description The first line would not show in the system preference editor due to missing quotes. Also added information on the option names, link to the schema and an example. Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/patrons.pref | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index ab0c8b9540..b358994f43 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -185,10 +185,12 @@ Patrons: - 'for sending out email notices.' - '
NOTE: If set to "first valid", the order in which the email addresses are checked is set in EmailFieldPrecedence.' - - - When EmailFieldPrimary is set to 'first valid', check the patron email address fields in the following order and use the first valid email address found: + - "When EmailFieldPrimary is set to 'first valid', check the patron email address fields in the following order and use the first valid email address found:" - pref: EmailFieldPrecedence class: multi - - '
NOTE: All patron fields are valid, but to work correctly they must contain a valid email address or an empty string.' + - '
NOTE: All patron fields can be used, but to work correctly they must contain a valid email address or an empty string.' + - "Valid options are the database columns of the borrowers table, separated by | (pipe)." + - "Example: email|emailpro|B_email" - - pref: TalkingTechItivaPhoneNotification choices: -- 2.30.2