Commit 43407791fe3c604160c1492e3b5e7e23c9b45bd7

Authored by Alex Savenko
1 parent 235d1ad0

ga

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/report/index.php
@@ -24,7 +24,7 @@ $this->params['breadcrumbs'][] = $this->title; @@ -24,7 +24,7 @@ $this->params['breadcrumbs'][] = $this->title;
24 <div> 24 <div>
25 <?php $form = ActiveForm::begin(['id' => 'range-form']); ?> 25 <?php $form = ActiveForm::begin(['id' => 'range-form']); ?>
26 26
27 - <?= $form->field($model, 'dateRange')->dropDownList([ 27 + <?= $form->field($model, 'date')->dropDownList([
28 'today' => 'Сегодня', 28 'today' => 'Сегодня',
29 'yesterday' => 'Вчера', 29 'yesterday' => 'Вчера',
30 '7daysAgo'=>'Последние 7 дней', 30 '7daysAgo'=>'Последние 7 дней',