From f524c358bf36e5f8e3ee460c4672c39b30242ce8 Mon Sep 17 00:00:00 2001 From: NikolaySuhih Date: Wed, 30 Jun 2021 16:48:58 +0400 Subject: [PATCH] =?UTF-8?q?fix=20#7:=20=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83,=20?= =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BD=D0=B8=D1=87=D0=B5=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=BD=D0=B5=20=D0=B2=D1=8B=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20?= =?UTF-8?q?(=D0=BF=D1=80=D0=B8=D0=BD=D1=83=D0=B4=D0=B8=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=BE=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BF=D1=83=D1=81=D1=82=D0=BE=D0=B5=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5,=20=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=B5=20=D0=BC=D0=BD=D0=BE=D0=B6=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B2=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9=20=D1=81=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D0=BE=D0=BA)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/WeekDayType.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/WeekDayType.php b/src/main/WeekDayType.php index 2f6b409..72d0312 100644 --- a/src/main/WeekDayType.php +++ b/src/main/WeekDayType.php @@ -239,7 +239,10 @@ public static function getEditFormHTMLMulty($userField, $htmlControl) $return = ' '; if ($userField['EDIT_IN_LIST'] === 'Y') { $return = ' - +
' . self::getSelectHTML($htmlControl['NAME'], $htmlControl['VALUE'], true) . '
' . + '' . + self::getSelectHTML($htmlControl['NAME'], $htmlControl['VALUE'], true) . + '
'; } elseif (!empty($htmlControl['VALUE'])) { $return = static::getAdminListViewHTMLMulty($userField, $htmlControl);