From b7b9bf66caacea611e8f549fd0d50e62351f7f96 Mon Sep 17 00:00:00 2001 From: Slava Shishkin Date: Sun, 10 May 2020 18:15:09 +0300 Subject: [PATCH] Bug 25409: Add missing "Required" text and "required" classes 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. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/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.11.0