diff --git a/htdocs/includes/modules/modMilestone.class.php b/htdocs/includes/modules/modMilestone.class.php index c1e31033a90..bc9f27cfd05 100644 --- a/htdocs/includes/modules/modMilestone.class.php +++ b/htdocs/includes/modules/modMilestone.class.php @@ -55,7 +55,7 @@ class modMilestone extends DolibarrModules $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); $this->special = 2; - $this->picto = 'category'; + $this->picto = 'milestone'; // Data directories to create when module is enabled $this->dirs = array(); diff --git a/htdocs/theme/auguria/img/object_milestone.png b/htdocs/theme/auguria/img/object_milestone.png new file mode 100644 index 00000000000..b3a1c8bcb00 Binary files /dev/null and b/htdocs/theme/auguria/img/object_milestone.png differ diff --git a/htdocs/theme/bluelagoon/img/object_milestone.png b/htdocs/theme/bluelagoon/img/object_milestone.png new file mode 100644 index 00000000000..b3a1c8bcb00 Binary files /dev/null and b/htdocs/theme/bluelagoon/img/object_milestone.png differ diff --git a/htdocs/theme/eldy/img/object_milestone.png b/htdocs/theme/eldy/img/object_milestone.png new file mode 100644 index 00000000000..b3a1c8bcb00 Binary files /dev/null and b/htdocs/theme/eldy/img/object_milestone.png differ diff --git a/htdocs/theme/freelug/img/object_milestone.png b/htdocs/theme/freelug/img/object_milestone.png new file mode 100644 index 00000000000..b3a1c8bcb00 Binary files /dev/null and b/htdocs/theme/freelug/img/object_milestone.png differ diff --git a/htdocs/theme/rodolphe/img/object_milestone.png b/htdocs/theme/rodolphe/img/object_milestone.png new file mode 100644 index 00000000000..b3a1c8bcb00 Binary files /dev/null and b/htdocs/theme/rodolphe/img/object_milestone.png differ diff --git a/htdocs/theme/yellow/img/object_milestone.png b/htdocs/theme/yellow/img/object_milestone.png new file mode 100644 index 00000000000..b3a1c8bcb00 Binary files /dev/null and b/htdocs/theme/yellow/img/object_milestone.png differ