From b318fb04b4041a5ad5be06a882f182b752b4fd08 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 15 Feb 2016 11:19:10 +0200 Subject: [PATCH] 15.02.16 --- frontend/views/accounts/gallery.php | 1 + frontend/views/performer/gallery.php | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/views/accounts/gallery.php b/frontend/views/accounts/gallery.php index 949494a..844c105 100755 --- a/frontend/views/accounts/gallery.php +++ b/frontend/views/accounts/gallery.php @@ -23,6 +23,7 @@ [ 'attribute' => 'gallery_id', 'label' => 'ID', + 'filterOptions' => ['class' => 'text-center'] ], 'name', 'date_add', diff --git a/frontend/views/performer/gallery.php b/frontend/views/performer/gallery.php index 15af196..3b9b71d 100755 --- a/frontend/views/performer/gallery.php +++ b/frontend/views/performer/gallery.php @@ -4,12 +4,16 @@ use \yii\helpers\Html; use yii\widgets\LinkPager; use yii\widgets\ListView; + + /* @var $this yii\web\View */ + + $this->params['user'] = $user; $this->title = 'My Yii Application'; ?>
- +
    -- libgit2 0.21.4