From 2483e720646bd54e5990bcd95a1210e7aa6928bf Mon Sep 17 00:00:00 2001 From: marina Date: Fri, 24 Jan 2025 11:31:48 +0300 Subject: [PATCH] =?utf8?q?ERP-282=20=D0=9D=D1=83=D0=B6=D0=BD=D0=BE=20?= =?utf8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D1=82=D1=8C=20=D0=B8=D0=BD=D1=82?= =?utf8?q?=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=20=D0=BD=D0=B0=D1=81=D1=82?= =?utf8?q?=D1=80=D0=BE=D0=B9=D0=BA=D0=B8=20=D0=BC=D0=B0=D0=B3=D0=B0=D0=B7?= =?utf8?q?=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/matrix-type/create.php | 2 +- erp24/views/matrix-type/index.php | 2 +- erp24/views/matrix-type/update.php | 2 +- erp24/views/matrix-type/view.php | 2 +- erp24/views/store-type/create.php | 2 +- erp24/views/store-type/index.php | 2 +- erp24/views/store-type/update.php | 2 +- erp24/views/store-type/view.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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) ?>

-- 2.39.5