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 | 24 | <div> |
25 | 25 | <?php $form = ActiveForm::begin(['id' => 'range-form']); ?> |
26 | 26 | |
27 | - <?= $form->field($model, 'username')->textInput(['autofocus' => true]) ?> | |
28 | - | |
29 | 27 | <?= $form->field($model, 'dateRange')->dropDownList([ |
30 | 28 | 'today' => 'Сегодня', |
31 | 29 | 'yesterday' => 'Вчера', | ... | ... |