title = Yii::t('common', 'Histories'); $this->params['breadcrumbs'][] = $this->title; ?> beginBlock('content-header') ?> title . ' ' . Html::a(Yii::t('common', 'Create History'), ['create'], ['class' => 'btn btn-success']) ?> endBlock() ?> render('_search', ['model' => $searchModel]); ?>
$dataProvider, 'filterModel' => $searchModel, 'columns' => [ 'year', 'title', [ 'attribute' => 'cover', 'format' => ['image', ['style' => 'height: 60px; width: auto;border: none;']], 'contentOptions' => ['class' => 'media-content'] ], [ 'class' => 'backend\widgets\grid\SwitcherColumn', 'attribute' => 'status' ], ['class' => 'common\helpers\DiyActionColumn'], ], ]); ?>