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