]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-282 Нужно сделать интерфейс настройки магазина
authormarina <m.zozirova@gmail.com>
Fri, 24 Jan 2025 08:31:48 +0000 (11:31 +0300)
committermarina <m.zozirova@gmail.com>
Fri, 24 Jan 2025 08:31:48 +0000 (11:31 +0300)
erp24/views/matrix-type/create.php
erp24/views/matrix-type/index.php
erp24/views/matrix-type/update.php
erp24/views/matrix-type/view.php
erp24/views/store-type/create.php
erp24/views/store-type/index.php
erp24/views/store-type/update.php
erp24/views/store-type/view.php

index 5dc689ce542dd509a4d3ddf2a613b57d379627e4..ab6440f47561f57ceb84463414f7dabce55c8335 100644 (file)
@@ -12,7 +12,7 @@ $this->params['breadcrumbs'][] = ['label' => 'Типы матриц', 'url' => [
 $this->params['breadcrumbs'][] = $this->title;
 ?>
 
-<div class="matrix-type-create">
+<div class="matrix-type-create p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
index 88de352e2d45fb3d08eed2439ccddc2399a68b9c..cdeab291471d0c8c4f4ad6f685da93767802a496 100644 (file)
@@ -9,7 +9,7 @@ use yii\grid\GridView;
 $this->title = 'Типы матриц';
 $this->params['breadcrumbs'][] = $this->title;
 ?>
-<div class="matrix-type-index">
+<div class="matrix-type-index p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
index f04ec3452c54da7585bd4aaf05888143b6aa94ec..ef6caa54e49cfaa6cd4586b79c6459cc20401c06 100644 (file)
@@ -12,7 +12,7 @@ $this->params['breadcrumbs'][] = ['label' => 'Типы матриц', 'url' => [
 $this->params['breadcrumbs'][] = $this->title;
 ?>
 
-<div class="matrix-type-update">
+<div class="matrix-type-update p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
index bf4d31565a6c3690a460934ad19f3c0561df7f23..6fd5d4779b3bf4ffa9f24f810d60e71a79018451 100644 (file)
@@ -9,7 +9,7 @@ $this->title = $model->name;
 $this->params['breadcrumbs'][] = ['label' => 'Типы матриц', 'url' => ['index']];
 $this->params['breadcrumbs'][] = $this->title;
 ?>
-<div class="matrix-type-view">
+<div class="matrix-type-view p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
index d08fc2834f86838a9fe8429d0238367d816a5cd4..c88813307d95a6a7c8c2ca66107f1f9dd4dfb85f 100644 (file)
@@ -11,7 +11,7 @@ $this->title = 'Создать тип магазина';
 $this->params['breadcrumbs'][] = ['label' => 'Типы магазинов', 'url' => ['index']];
 $this->params['breadcrumbs'][] = $this->title;
 ?>
-<div class="store-type-create">
+<div class="store-type-create p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
index 009b8595e2aaeae77ac74542505c625be2a8442d..4276d5aeb946ae09cbb6048846322c151d18d2b0 100644 (file)
@@ -9,7 +9,7 @@ use yii\helpers\Html;
 $this->title = 'Типы магазинов';
 $this->params['breadcrumbs'][] = $this->title;
 ?>
-<div class="store-type-index">
+<div class="store-type-index p-3">
 
     <p>
         <?= Html::a('Создать новый тип магазина', ['create'], ['class' => 'btn btn-success']) ?>
index ebbb734fe5f45653b9fde2023c7e98ee45486be2..fca1564dd0271c75b5c29105b959fcea59a47799 100644 (file)
@@ -11,7 +11,7 @@ $this->title = 'Редактировать тип магазина: ' . $model->
 $this->params['breadcrumbs'][] = ['label' => 'Типы магазинов', 'url' => ['index']];
 $this->params['breadcrumbs'][] = $this->title;
 ?>
-<div class="store-type-update">
+<div class="store-type-update p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>
 
index 7c0b399a56486eb5889787a0075c4a04b98a2381..3d3aaba7f25f1bb81e3e0ee40321dd8cae48a99e 100644 (file)
@@ -10,7 +10,7 @@ $this->title = $model->name;
 $this->params['breadcrumbs'][] = ['label' => 'Типы магазинов', 'url' => ['index']];
 $this->params['breadcrumbs'][] = $this->title;
 ?>
-<div class="store-type-view">
+<div class="store-type-view p-3">
 
     <h1><?= Html::encode($this->title) ?></h1>