From 9d5119e421345f97e3355c042f05f05dca1e6f46 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Thu, 15 May 2025 23:15:54 +0200 Subject: [PATCH] Dodaj kolor etykiety 'pause' w klasie Products --- autoload/controls/class.Products.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/controls/class.Products.php b/autoload/controls/class.Products.php index 4738c04..8649d49 100644 --- a/autoload/controls/class.Products.php +++ b/autoload/controls/class.Products.php @@ -77,6 +77,8 @@ class Products $custom_label_4_color = 'background-color:rgb(58, 58, 58); color: #FFF;'; else if ( $custom_label_4 == 'pla' ) $custom_label_4_color = 'background-color:rgb(74, 63, 136); color: #FFF;'; + else if ( $custom_label_4 == 'pause' ) + $custom_label_4_color = 'background-color:rgb(143, 143, 143); color: #FFF;'; $data['data'][] = [ $row['product_id'],