From 1fce3cc511a7a942b228f161fee7fb5fefc2b9de Mon Sep 17 00:00:00 2001 From: Slava Shishkin Date: Sun, 10 May 2020 18:15:09 +0300 Subject: [PATCH] =?UTF-8?q?Bug=2025409:=20Add=20missing=20=E2=80=9CRequire?= =?UTF-8?q?d=E2=80=9D=20text=20and=20=E2=80=9Crequired=E2=80=9D=20classes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Highlight text with red by adding “required” class to the label and added red “Required” text next to select field in "onboardingstep5.tt" template. To test: 1) Start new installation. During onboarding tool phase you will be requested to create a new circulation rule. 2) Observe that "Units" label has no "required" class and that there’s no “Required” text next to a select field. 3) Apply patch. 4) Repeat step 2 (you can reload circulation rule creation page). 5) Observe the error is gone. --- .../prog/en/modules/onboarding/onboardingstep5.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt index 0a1455c7d2..e70870f500 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt @@ -79,7 +79,7 @@ Required
  • - + + Required
  • -- 2.17.1