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') ?>
-
-
- = Html::submitButton('Search', [ 'class' => 'btn btn-primary' ]) ?>
- = Html::resetButton('Reset', [ 'class' => 'btn btn-default' ]) ?>
-
+
+
+ = Html::submitButton('Search', [ 'class' => 'btn btn-primary' ]) ?>
+ = Html::resetButton('Reset', [ 'class' => '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 @@
-
- ['index'],
- 'method' => 'get',
- ]); ?>
-
+
+ [ 'index' ],
+ 'method' => 'get',
+ ]
+ ); ?>
+
= $form->field($model, 'id') ?>
-
+
= $form->field($model, 'sort') ?>
-
+
= $form->field($model, 'image') ?>
-
+
= $form->field($model, 'parent_id') ?>
-
- = $form->field($model, 'status')->checkbox() ?>
-
-
- = Html::submitButton('Search', ['class' => 'btn btn-primary']) ?>
- = Html::resetButton('Reset', ['class' => 'btn btn-default']) ?>
-
-
+
+ = $form->field($model, 'status')
+ ->checkbox() ?>
+
+
+ = Html::submitButton('Search', [ 'class' => 'btn btn-primary' ]) ?>
+ = Html::resetButton('Reset', [ 'class' => 'btn btn-default' ]) ?>
+
+
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