|
@ -2,6 +2,7 @@ |
|
|
|
|
|
|
|
|
use yii\helpers\Html; |
|
|
use yii\helpers\Html; |
|
|
use yii\widgets\ActiveForm; |
|
|
use yii\widgets\ActiveForm; |
|
|
|
|
|
use blobt\widgets\DatePicker; |
|
|
|
|
|
|
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $model common\models\Category */ |
|
|
/* @var $model common\models\Category */ |
|
@ -24,9 +25,7 @@ use yii\widgets\ActiveForm; |
|
|
|
|
|
|
|
|
<?= $form->field($model, 'sort_order')->textInput() ?>
|
|
|
<?= $form->field($model, 'sort_order')->textInput() ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'created_at')->textInput() ?>
|
|
|
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'updated_at')->textInput() ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'created_at')->widget(DatePicker::className()) ?>
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div class="box-footer"> |
|
|
<div class="box-footer"> |
|
|