From 867f8c8bda684678a17e70d0d1ce4861ca86d14e Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 11 Sep 2025 10:29:52 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D1=81=D0=BE=D1=82=D0=B0=20=D0=BA?= =?utf8?q?=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/matrix-bouquet-actuality/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/views/matrix-bouquet-actuality/index.php b/erp24/views/matrix-bouquet-actuality/index.php index 32eab955..8c355ccf 100644 --- a/erp24/views/matrix-bouquet-actuality/index.php +++ b/erp24/views/matrix-bouquet-actuality/index.php @@ -48,7 +48,7 @@ foreach ($subgroups as $sg) { } ?> -
+

title) ?>

@@ -196,7 +196,7 @@ foreach ($subgroups as $sg) { 'hover' => true, 'floatHeader' => false, 'tableOptions' => ['class' => 'table table-bordered'], - 'containerOptions' => ['style' => 'overflow:auto; max-height:500px;'], + 'containerOptions' => ['style' => 'overflow:auto;'], 'rowOptions' => function($row) { return $row['actuality'] ? ['class'=>'table-success'] : []; }, -- 2.39.5