From: marina Date: Fri, 24 Jan 2025 08:31:48 +0000 (+0300) Subject: ERP-282 Нужно сделать интерфейс настройки магазина X-Git-Tag: 1.7~35^2~21 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=2483e720646bd54e5990bcd95a1210e7aa6928bf;p=erp24_rep%2Fyii-erp24%2F.git ERP-282 Нужно сделать интерфейс настройки магазина --- diff --git a/erp24/views/matrix-type/create.php b/erp24/views/matrix-type/create.php index 5dc689ce..ab6440f4 100644 --- a/erp24/views/matrix-type/create.php +++ b/erp24/views/matrix-type/create.php @@ -12,7 +12,7 @@ $this->params['breadcrumbs'][] = ['label' => 'Типы матриц', 'url' => [ $this->params['breadcrumbs'][] = $this->title; ?> -
+

title) ?>

diff --git a/erp24/views/matrix-type/index.php b/erp24/views/matrix-type/index.php index 88de352e..cdeab291 100644 --- a/erp24/views/matrix-type/index.php +++ b/erp24/views/matrix-type/index.php @@ -9,7 +9,7 @@ use yii\grid\GridView; $this->title = 'Типы матриц'; $this->params['breadcrumbs'][] = $this->title; ?> -
+

title) ?>

diff --git a/erp24/views/matrix-type/update.php b/erp24/views/matrix-type/update.php index f04ec345..ef6caa54 100644 --- a/erp24/views/matrix-type/update.php +++ b/erp24/views/matrix-type/update.php @@ -12,7 +12,7 @@ $this->params['breadcrumbs'][] = ['label' => 'Типы матриц', 'url' => [ $this->params['breadcrumbs'][] = $this->title; ?> -
+

title) ?>

diff --git a/erp24/views/matrix-type/view.php b/erp24/views/matrix-type/view.php index bf4d3156..6fd5d477 100644 --- a/erp24/views/matrix-type/view.php +++ b/erp24/views/matrix-type/view.php @@ -9,7 +9,7 @@ $this->title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'Типы матриц', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> -
+

title) ?>

diff --git a/erp24/views/store-type/create.php b/erp24/views/store-type/create.php index d08fc283..c8881330 100644 --- a/erp24/views/store-type/create.php +++ b/erp24/views/store-type/create.php @@ -11,7 +11,7 @@ $this->title = 'Создать тип магазина'; $this->params['breadcrumbs'][] = ['label' => 'Типы магазинов', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> -
+

title) ?>

diff --git a/erp24/views/store-type/index.php b/erp24/views/store-type/index.php index 009b8595..4276d5ae 100644 --- a/erp24/views/store-type/index.php +++ b/erp24/views/store-type/index.php @@ -9,7 +9,7 @@ use yii\helpers\Html; $this->title = 'Типы магазинов'; $this->params['breadcrumbs'][] = $this->title; ?> -
+

'btn btn-success']) ?> diff --git a/erp24/views/store-type/update.php b/erp24/views/store-type/update.php index ebbb734f..fca1564d 100644 --- a/erp24/views/store-type/update.php +++ b/erp24/views/store-type/update.php @@ -11,7 +11,7 @@ $this->title = 'Редактировать тип магазина: ' . $model-> $this->params['breadcrumbs'][] = ['label' => 'Типы магазинов', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> -

+

title) ?>

diff --git a/erp24/views/store-type/view.php b/erp24/views/store-type/view.php index 7c0b399a..3d3aaba7 100644 --- a/erp24/views/store-type/view.php +++ b/erp24/views/store-type/view.php @@ -10,7 +10,7 @@ $this->title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'Типы магазинов', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> -
+

title) ?>