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

'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."]) ?>"); ?>

".$place->id."]) ?]"); ?>