From: Vladimir Fomichev Date: Mon, 8 Sep 2025 07:43:47 +0000 (+0300) Subject: Разделение групп X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=8a43e8fd28190bb14f5bbaab232b9132aeca633e;p=erp24_rep%2Fyii-erp24%2F.git Разделение групп --- diff --git a/erp24/views/matrix-type/index.php b/erp24/views/matrix-type/index.php index 87e2d5c3..0eba8940 100644 --- a/erp24/views/matrix-type/index.php +++ b/erp24/views/matrix-type/index.php @@ -73,7 +73,7 @@ $this->registerJsFile('/js/matrix-type/index.js', ['position' => \yii\web\View:: 'rowOptions' => function($model){ $options = []; if($model->parent_id == null){ - $options['style'] = 'border-top:2px solid #dcdcdc !important;'; + $options['style'] = 'border-top:2px solid #bbbbbb !important;'; } if ((int)$model->active === 0) { if (isset($options['style'])) {