diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 2acdbaa7f56..53a5d993128 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -1090,13 +1090,15 @@ if ($resql)
$s = '';
if ($obj->fk_product_type == 0)
{
- $s .= '';
- $s .= dol_substr($langs->trans("Product"), 0, 1);
- $s .= '';
+ //$s .= '';
+ $s .= img_picto($langs->trans("Product"), 'product', 'class="paddingleftonly paddingrightonly colorgrey"');
+ //$s .= dol_substr($langs->trans("Product"), 0, 1);
+ //$s .= '';
} else {
- $s .= '';
- $s .= dol_substr($langs->trans("Service"), 0, 1);
- $s .= '';
+ //$s .= '';
+ $s .= img_picto($langs->trans("Service"), 'service', 'class="paddingleftonly paddingrightonly colorgrey"');
+ //$s .= dol_substr($langs->trans("Service"), 0, 1);
+ //$s .= '';
}
print $s;
print '';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index ab7a56ea89d..972221079c9 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -385,6 +385,9 @@ input.pageplusone {
.colorwhite {
color: #fff;
}
+.colorgrey {
+ color: #888 !important;
+}
.colorblack {
color: #000;
}
diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php
index 5d4ae8de59b..b009d7ef95b 100644
--- a/htdocs/theme/eldy/info-box.inc.php
+++ b/htdocs/theme/eldy/info-box.inc.php
@@ -263,22 +263,6 @@ if (GETPOSTISSET('THEME_SATURATE_RATIO')) $conf->global->THEME_SATURATE_RATIO =
border-radius: 3px;
}
-.product-type-back {
- background-color: #a6c974 !important;
- color: #FFF !important;
- padding: 2px;
- margin: 2px;
- border-bottom-left-radius: 5px;
- border-top-right-radius: 5px;
-}
-.service-type-back {
- background-color: #979c01 !important;
- color: #FFF !important;
- padding: 2px;
- margin: 2px;
- border-bottom-right-radius: 5px;
- border-top-left-radius: 5px;
-}
.bg-infobox-project{