Commit 235d1ad000061f5148339e24edbcac11a3be3c57
1 parent
7701ff7c
ga
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
backend/views/report/index.php
@@ -24,8 +24,6 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -24,8 +24,6 @@ $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, 'username')->textInput(['autofocus' => true]) ?> | ||
28 | - | ||
29 | <?= $form->field($model, 'dateRange')->dropDownList([ | 27 | <?= $form->field($model, 'dateRange')->dropDownList([ |
30 | 'today' => 'Сегодня', | 28 | 'today' => 'Сегодня', |
31 | 'yesterday' => 'Вчера', | 29 | 'yesterday' => 'Вчера', |