From 0901f7752956e5a086d84d999a18c838fd2a4be4 Mon Sep 17 00:00:00 2001 From: Yarik Date: Fri, 23 Jun 2017 13:05:00 +0300 Subject: [PATCH] Clean up --- views/blog-article/_search.php | 13 +++++++------ views/blog-category/_search.php | 51 +++++++++++++++++++++++++++------------------------ views/blog-tag/_search.php | 2 +- 3 files changed, 35 insertions(+), 31 deletions(-) diff --git a/views/blog-article/_search.php b/views/blog-article/_search.php index 83f7b5e..75c549d 100755 --- a/views/blog-article/_search.php +++ b/views/blog-article/_search.php @@ -1,10 +1,11 @@ @@ -32,11 +33,11 @@ field($model, 'status')->checkbox() ?> field($model, 'author_id') ?> - -
- 'btn btn-primary' ]) ?> - 'btn btn-default' ]) ?> -
+ +
+ 'btn btn-primary' ]) ?> + 'btn btn-default' ]) ?> +
diff --git a/views/blog-category/_search.php b/views/blog-category/_search.php index ff95c1c..74a7fa4 100755 --- a/views/blog-category/_search.php +++ b/views/blog-category/_search.php @@ -1,35 +1,38 @@ diff --git a/views/blog-tag/_search.php b/views/blog-tag/_search.php index 8a133ba..ce4b047 100755 --- a/views/blog-tag/_search.php +++ b/views/blog-tag/_search.php @@ -4,7 +4,7 @@ use yii\helpers\Html; use yii\widgets\ActiveForm; /* @var $this yii\web\View */ -/* @var $model artweb\artbox\blog\models\BlogTagSearch */ + /* @var $model \artbox\weblog\models\TagSearch */ /* @var $form yii\widgets\ActiveForm */ ?> -- libgit2 0.21.4