title = $place->title; $this->params['breadcrumbs'][] = ['label' => Yii::t('banners', 'Places'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; $js2 = <<registerJs($js2, $this::POS_READY); $js = <<registerJs($js, $this::POS_HEAD); ?>

'btn btn-default']) ?> $place->id], ['class' => 'btn btn-primary']) ?> $place->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('buttons', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$place, 'attributes' => [ 'id', 'title', 'width', 'height', [ 'attribute' => 'active', 'format' => 'raw', 'value' => function (BannerPlace $place) { return BannerHelper::statusLabel($place->active); } ], ], ]) ?>
" . $place->id . ']) ?>'; ?>

'form-control', 'id' => 'code_template', ]) ?>
" . $place->id . ']) ?]'; ?>

'form-control', 'id' => 'code_editor', ]) ?>