Dodaj kolor etykiety 'pause' w klasie Products

This commit is contained in:
2025-05-15 23:15:54 +02:00
parent a4197dfad8
commit 9d5119e421

View File

@@ -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'],