From 6ba9d36a9fcf33900a183e337243492abff52b6a Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 28 Aug 2025 10:35:45 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BF?= =?utf8?q?=D0=BE=20=D1=87=D0=B5=D0=BA=D0=B1=D0=BE=D0=BA=D1=81=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/shift-transfer/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/shift-transfer/update.php b/erp24/views/shift-transfer/update.php index 495acd19..a7fdbd6f 100644 --- a/erp24/views/shift-transfer/update.php +++ b/erp24/views/shift-transfer/update.php @@ -93,7 +93,7 @@ $this->registerJs('var getMeOut = false;', \yii\web\View::POS_HEAD, 'getMeOut') return Html::tag('div', Html::checkbox($name, $checked, [ 'value' => $value, - 'class' => 'form-check-input me-1' + 'class' => 'me-1' ]) . Html::label($label, null, ['class' => 'form-check-label me-1']), ['class' => 'form-check-inline'] -- 2.39.5