From cde039983e8856245f3958923c0a8f522a19a80e Mon Sep 17 00:00:00 2001 From: vladfo Date: Thu, 10 Oct 2024 13:13:26 +0300 Subject: [PATCH] =?utf8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?utf8?q?=D1=8F=D1=80=D0=BB=D1=8B=D0=BA=D0=B8=20=D0=BF=D0=BE=D0=BB=D0=B5?= =?utf8?q?=D0=B9=20=D0=BD=D0=B0=20=D1=80=D1=83=D1=81=D1=81=D0=BA=D0=BE?= =?utf8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/motivation/run-sum-salary.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/views/motivation/run-sum-salary.php b/erp24/views/motivation/run-sum-salary.php index ea7cd1a1..18b1fb03 100644 --- a/erp24/views/motivation/run-sum-salary.php +++ b/erp24/views/motivation/run-sum-salary.php @@ -35,12 +35,12 @@ $this->title = 'Запуск экшенов для расчета ФОТ'; 12 => 'Декабрь' ], ['prompt' => 'Выберите месяц'] - ) ?> + )->label('Месяц') ?> field($model, 'year')->dropDownList( array_combine(range(2020, 2050), range(2020, 2050)), ['prompt' => 'Выберите год'] - ) ?> + )->label('Год') ?> 'btn btn-primary']) ?> -- 2.39.5