From 522db8d36302a7bc01a895bbd3a59c5c3694f614 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 4 Jul 2025 16:16:46 +0200 Subject: [PATCH] Dodaj kolor etykiety 'pla_single' 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 8374a74..c57872d 100644 --- a/autoload/controls/class.Products.php +++ b/autoload/controls/class.Products.php @@ -75,6 +75,8 @@ class Products $custom_label_4_color = 'background-color:rgb(255, 0, 0); color: #FFF;'; else if ( $custom_label_4 == 'zombie' ) $custom_label_4_color = 'background-color:rgb(58, 58, 58); color: #FFF;'; + else if ( $custom_label_4 == 'pla_single' ) + $custom_label_4_color = 'background-color:rgb(49, 184, 9); 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 == 'paused' )