$this->params['breadcrumbs'][] = $this->title;
?>
<div class="marketplace-report p-5">
+ <h1><?= Html::encode($this->title) ?></h1>
<div class="filters">
<?php $form = ActiveForm::begin([]) ?>
<div class="col-md">
<?= Select2::widget([
'name' => 'store',
+ 'value' => Yii::$app->request->get('store', 4),
'data' => ArrayHelper::map(
- CityStore::getAllActiveIdName(),
+ CityStore::findAll(['visible' => CityStore::IS_VISIBLE]),
'id',
'name'
),
- 'value' => 4,
'options' => [
'placeholder' => 'Выберите магазин',
- 'allowClear' => true,
],
'pluginOptions' => [
'allowClear' => true,
],
]) ?>
</div>
- <div class="col-md">
+ <div class="col-md-auto" style="padding-top: 5px;">
<?= Html::submitButton('Применить', ['class' => 'btn btn-primary']) ?>
</div>
</div>
<?php ActiveForm::end() ?>
</div>
-
-
- <h1><?= Html::encode($this->title) ?></h1>
-
<?= GridView::widget([
'dataProvider' => $dataProvider,
'columns' => [