title = $model->section. '.' . $model->key; $this->params['breadcrumbs'][] = ['label' => Yii::t('main', 'Settings'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

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

$model, 'attributes' => [ 'id', 'type', 'section', 'active:boolean', 'key', 'value:ntext', [ 'attribute' => 'created_at', 'format' => ['datetime', 'php:d.m.Y H:i'], ], [ 'attribute' => 'updated_at', 'format' => ['datetime', 'php:d.m.Y H:i'], ], ], ] ) ?>