From: Vladimir Fomichev Date: Thu, 28 Aug 2025 07:35:45 +0000 (+0300) Subject: Правки по чекбоксам X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=6ba9d36a9fcf33900a183e337243492abff52b6a;p=erp24_rep%2Fyii-erp24%2F.git Правки по чекбоксам --- 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']