Commit acf5f3b761128e339eb4563391956cdfd01fd2fd
1 parent
48b57524
ga
Showing
1 changed file
with
3 additions
and
15 deletions
Show diff stats
backend/views/report/index.php
... | ... | @@ -21,6 +21,7 @@ $this->params['breadcrumbs'][] = $this->title; |
21 | 21 | <div> |
22 | 22 | <h1><?= Html::encode($this->title) ?></h1> |
23 | 23 | </div> |
24 | + | |
24 | 25 | <div> |
25 | 26 | <?php $form = ActiveForm::begin(['id' => 'range-form']); ?> |
26 | 27 | |
... | ... | @@ -33,26 +34,13 @@ $this->params['breadcrumbs'][] = $this->title; |
33 | 34 | ?> |
34 | 35 | |
35 | 36 | <div class="form-group"> |
36 | - <?= Html::submitButton('Войти', ['class' => 'btn btn-primary', 'name' => 'range-button']) ?> | |
37 | + <?= Html::submitButton('Send', ['class' => 'btn btn-primary', 'name' => 'range-button']) ?> | |
37 | 38 | </div> |
38 | 39 | |
39 | 40 | <?php ActiveForm::end(); ?> |
40 | - | |
41 | - | |
42 | -<!-- <form action="" method="post">--> | |
43 | -<!-- <p>--> | |
44 | -<!-- <select size="1" name="dateRange">--> | |
45 | -<!-- <option disabled>Выберите отрезок времени</option>--> | |
46 | -<!-- <option selected value="today">Сегодня</option>--> | |
47 | -<!-- <option value="yesterday">Вчера</option>--> | |
48 | -<!-- <option value="7daysAgo">Последние 7 дней</option>--> | |
49 | -<!-- <option value="30daysAgo">Последние 30 дней</option>--> | |
50 | -<!-- </select>--> | |
51 | -<!-- </p>--> | |
52 | -<!-- <p><input type="submit" value="Отправить"></p>--> | |
53 | -<!-- </form>--> | |
54 | 41 | </div> |
55 | 42 | |
43 | +<?= Html::encode($model->date) ?> | |
56 | 44 | <?php |
57 | 45 | echo $range; |
58 | 46 | ... | ... |