diff --git a/htdocs/includes/modules/modDeplacement.class.php b/htdocs/includes/modules/modDeplacement.class.php index 17041390965..cdff552d378 100644 --- a/htdocs/includes/modules/modDeplacement.class.php +++ b/htdocs/includes/modules/modDeplacement.class.php @@ -20,18 +20,21 @@ * */ -/** \defgroup deplacement Module deplacement +/** + \defgroup deplacement Module deplacement \brief Module pour gérer les déplacements */ -/** \file htdocs/includes/modules/modDeplacement.class.php +/** + \file htdocs/includes/modules/modDeplacement.class.php \ingroup deplacement \brief Fichier de description et activation du module Deplacement */ include_once "DolibarrModules.class.php"; -/** \class modDeplacement +/** + \class modDeplacement \brief Classe de description et activation du module Deplacement */ @@ -54,7 +57,8 @@ class modDeplacement extends DolibarrModules $this->const_name = "MAIN_MODULE_DEPLACEMENT"; $this->const_config = MAIN_MODULE_DEPLACEMENT; $this->special = 0; - + $this->picto = "trip"; + // Dir $this->dirs = array(); diff --git a/htdocs/includes/modules/modFicheinter.class.php b/htdocs/includes/modules/modFicheinter.class.php index d3fc4c02488..6d560fc07ed 100644 --- a/htdocs/includes/modules/modFicheinter.class.php +++ b/htdocs/includes/modules/modFicheinter.class.php @@ -1,8 +1,8 @@ - * Copyright (C) 2004 Laurent Destailleur - * Copyright (C) 2004 Sebastien Di Cintio - * Copyright (C) 2004 Benoit Mortier +/* Copyright (C) 2003 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004 Sebastien Di Cintio + * Copyright (C) 2004 Benoit Mortier * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,8 @@ * */ -/** \defgroup ficheinter Module fiche interventions +/** + \defgroup ficheinter Module fiche interventions \brief Module pour gérer la tenue de fiches d'interventions */ @@ -35,7 +36,8 @@ include_once "DolibarrModules.class.php"; -/** \class modFicheinter +/** + \class modFicheinter \brief Classe de description et activation du module Ficheinter */ @@ -58,7 +60,8 @@ class modFicheinter extends DolibarrModules $this->const_name = "MAIN_MODULE_FICHEINTER"; $this->const_config = MAIN_MODULE_FICHEINTER; $this->special = 0; - + $this->picto = "intervention"; + // Dir $this->dirs = array(); diff --git a/htdocs/theme/dev/img/object_intervention.png b/htdocs/theme/dev/img/object_intervention.png new file mode 100644 index 00000000000..7bb7ef583b4 Binary files /dev/null and b/htdocs/theme/dev/img/object_intervention.png differ diff --git a/htdocs/theme/dev/img/object_sending.png b/htdocs/theme/dev/img/object_sending.png index 95cc4412111..efda8cc7262 100644 Binary files a/htdocs/theme/dev/img/object_sending.png and b/htdocs/theme/dev/img/object_sending.png differ diff --git a/htdocs/theme/dev/img/object_trip.png b/htdocs/theme/dev/img/object_trip.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/dev/img/object_trip.png differ diff --git a/htdocs/theme/eldy/img/object_intervention.png b/htdocs/theme/eldy/img/object_intervention.png new file mode 100644 index 00000000000..7bb7ef583b4 Binary files /dev/null and b/htdocs/theme/eldy/img/object_intervention.png differ diff --git a/htdocs/theme/eldy/img/object_sending.png b/htdocs/theme/eldy/img/object_sending.png index 5587d5fc946..efda8cc7262 100644 Binary files a/htdocs/theme/eldy/img/object_sending.png and b/htdocs/theme/eldy/img/object_sending.png differ diff --git a/htdocs/theme/eldy/img/object_trip.png b/htdocs/theme/eldy/img/object_trip.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/eldy/img/object_trip.png differ diff --git a/htdocs/theme/freelug/img/object_intervention.png b/htdocs/theme/freelug/img/object_intervention.png new file mode 100644 index 00000000000..7bb7ef583b4 Binary files /dev/null and b/htdocs/theme/freelug/img/object_intervention.png differ diff --git a/htdocs/theme/freelug/img/object_sending.png b/htdocs/theme/freelug/img/object_sending.png index 2a938862d75..efda8cc7262 100644 Binary files a/htdocs/theme/freelug/img/object_sending.png and b/htdocs/theme/freelug/img/object_sending.png differ diff --git a/htdocs/theme/freelug/img/object_trip.png b/htdocs/theme/freelug/img/object_trip.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/freelug/img/object_trip.png differ diff --git a/htdocs/theme/yellow/img/object_intervention.png b/htdocs/theme/yellow/img/object_intervention.png new file mode 100644 index 00000000000..7bb7ef583b4 Binary files /dev/null and b/htdocs/theme/yellow/img/object_intervention.png differ diff --git a/htdocs/theme/yellow/img/object_sending.png b/htdocs/theme/yellow/img/object_sending.png index 2a938862d75..efda8cc7262 100644 Binary files a/htdocs/theme/yellow/img/object_sending.png and b/htdocs/theme/yellow/img/object_sending.png differ diff --git a/htdocs/theme/yellow/img/object_trip.png b/htdocs/theme/yellow/img/object_trip.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/yellow/img/object_trip.png differ