title = 'Галерея Фото'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
title ?>
Дата создания: date_add ?>
field($gallery, 'name') ->textInput (['class'=> 'custom-input-2']) ?>
$gallery, 'field' => 'cover', 'width' => 210, 'height' => 150, 'multi' => false, 'gallery' => $gallery->cover, 'name' => 'Загрузить главное фото', ]); ?>
isNewRecord?'Добавить':'Обновить', [ 'class' => 'input-blocks-wrapper button' ]) ?> isNewRecord) { echo Html::a('Удалить', [ 'accounts/gallery-delete', 'id' => $gallery->gallery_id, ], [ 'title' => 'Удалить', 'aria-label' => 'Удалить', 'data-confirm' => 'Вы уверены, что хотите удалить этот элемент?', 'data-method' => 'post', 'data-pjax' => 0, ]); } ?>
end(); ?>