|
@ -5,10 +5,10 @@ use yii\helpers\Html; |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $this yii\web\View */ |
|
|
/* @var $model antgoods\goods\models\ars\Category */ |
|
|
/* @var $model antgoods\goods\models\ars\Category */ |
|
|
|
|
|
|
|
|
$this->title = '编辑 Category: ' . $model->name; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => 'Categories', 'url' => ['index']]; |
|
|
|
|
|
|
|
|
$this->title = '编辑商品分类: ' . $model->name; |
|
|
|
|
|
$this->params['breadcrumbs'][] = ['label' => '商品分类', 'url' => ['index']]; |
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
$this->params['breadcrumbs'][] = ['label' => $model->name, 'url' => ['view', 'id' => $model->id]]; |
|
|
$this->params['breadcrumbs'][] = 'Update '; |
|
|
|
|
|
|
|
|
$this->params['breadcrumbs'][] = '编辑 '; |
|
|
?>
|
|
|
?>
|
|
|
<div class="category-update"> |
|
|
<div class="category-update"> |
|
|
|
|
|
|
|
|