From f73be94c9ac6ecab5961b7e2697e9943e360ac92 Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 17 Jul 2025 15:25:09 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D1=80=D0=B0=D0=B2=D0=BD=D0=B8=D0=B2?= =?utf8?q?=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B2=20=D0=BA=D0=BE=D0=BB=D0=BE?= =?utf8?q?=D0=BD=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/crud/marketplace-order1c-statuses/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erp24/views/crud/marketplace-order1c-statuses/index.php b/erp24/views/crud/marketplace-order1c-statuses/index.php index 52e80e6c..29ca2e85 100644 --- a/erp24/views/crud/marketplace-order1c-statuses/index.php +++ b/erp24/views/crud/marketplace-order1c-statuses/index.php @@ -55,10 +55,10 @@ $this->params['breadcrumbs'][] = $this->title; $reserve = $model->allowed_reserve === 0 ? 'Нет' : 'Да'; $closing = $model->allowed_closing === 0 ? 'Нет' : 'Да'; $editing = $model->allowed_editing === 0 ? 'Нет' : 'Да'; - $html = '
'; - $html .= '
' . 'Резервирование: ' . $reserve . '
'; - $html .= '
' . 'Закрытие: ' . $closing . '
'; - $html .= '
' . 'Редактирование: ' . $editing . '
'; + $html = '
'; + $html .= '
' . '
Резервирование:
' . $reserve . '
'; + $html .= '
' . '
Закрытие:
' . $closing . '
'; + $html .= '
' . '
Редактирование:
' . $editing . '
'; $html .= '
'; return $html; } -- 2.39.5