From f62a4ae3b077dbebe2334b1dc5827ed6545d8daf Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 17 Jun 2025 11:22:09 +0300 Subject: [PATCH] =?utf8?q?ERP-360=20=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B0?= =?utf8?q?=D0=B2=D1=82=D0=BE=D0=BF=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/auto-plannogramma/index.php | 4 ++-- erp24/web/js/autoplannogramma/autoplannogramma.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/erp24/views/auto-plannogramma/index.php b/erp24/views/auto-plannogramma/index.php index 40c1cab3..cf195e40 100644 --- a/erp24/views/auto-plannogramma/index.php +++ b/erp24/views/auto-plannogramma/index.php @@ -350,8 +350,8 @@ $this->registerJsFile('/js/autoplannogramma/autoplannogramma.js', ['position' => .custom-tooltip .tooltip-inner { max-width: 300px; white-space: pre-wrap; - color: #FFD700; - background-color: #333; + background-color: #FFD700; + /*background-color: #333;*/ font-weight: 600; } diff --git a/erp24/web/js/autoplannogramma/autoplannogramma.js b/erp24/web/js/autoplannogramma/autoplannogramma.js index 6ac6f711..cc9bff9a 100644 --- a/erp24/web/js/autoplannogramma/autoplannogramma.js +++ b/erp24/web/js/autoplannogramma/autoplannogramma.js @@ -381,9 +381,9 @@ function generateTitleString(titleObj) { if (!titleObj || typeof titleObj !== 'object') return ''; const typeTitles = { - offline: '📦 Оффлайн', - online: '🌐 Онлайн', - marketplace: '🛒 Маркетплейс' + offline: 'Оффлайн', + online: 'Онлайн', + marketplace: 'Маркетплейс' }; let parts = []; -- 2.39.5