diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index 3336ed88ce0..d0660252d9a 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -523,7 +523,7 @@ if ($_socid > 0)
$obj = $db->fetch_object($result);
$var = !$var;
print "
";
- print '| '.$obj->title.' | ';
+ print ''.img_object($langs->trans("ShowProject"),"project")." ".$obj->title.' | ';
print "".$obj->ref ." |
";
$i++;
diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php
index a0f0d497ad8..51e0c94e7eb 100644
--- a/htdocs/compta/fiche.php
+++ b/htdocs/compta/fiche.php
@@ -346,7 +346,7 @@ if ($socid > 0)
$obj = $db->fetch_object();
$var = !$var;
print "";
- print '| '.$obj->title.' | ';
+ print ''.img_object($langs->trans("ShowProject"),"project")." ".$obj->title.' | ';
print "".strftime("%d %b %Y", $obj->do) ." |
";
$i++;
diff --git a/htdocs/theme/dev/img/object_project.png b/htdocs/theme/dev/img/object_project.png
new file mode 100644
index 00000000000..9e1316935bc
Binary files /dev/null and b/htdocs/theme/dev/img/object_project.png differ
diff --git a/htdocs/theme/dolibarr/img/object_project.png b/htdocs/theme/dolibarr/img/object_project.png
new file mode 100644
index 00000000000..9e1316935bc
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_project.png differ
diff --git a/htdocs/theme/eldy/img/object_project.png b/htdocs/theme/eldy/img/object_project.png
new file mode 100644
index 00000000000..9e1316935bc
Binary files /dev/null and b/htdocs/theme/eldy/img/object_project.png differ
diff --git a/htdocs/theme/freelug/img/object_project.png b/htdocs/theme/freelug/img/object_project.png
new file mode 100644
index 00000000000..9e1316935bc
Binary files /dev/null and b/htdocs/theme/freelug/img/object_project.png differ
diff --git a/htdocs/theme/yellow/img/object_project.png b/htdocs/theme/yellow/img/object_project.png
new file mode 100644
index 00000000000..9e1316935bc
Binary files /dev/null and b/htdocs/theme/yellow/img/object_project.png differ