Look: Ajout picto interventions, dplacements et modif expditions
@ -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();
|
||||
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||
*
|
||||
* 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();
|
||||
|
||||
|
||||
BIN
htdocs/theme/dev/img/object_intervention.png
Normal file
|
After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 340 B |
BIN
htdocs/theme/dev/img/object_trip.png
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
htdocs/theme/eldy/img/object_intervention.png
Normal file
|
After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 340 B |
BIN
htdocs/theme/eldy/img/object_trip.png
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
htdocs/theme/freelug/img/object_intervention.png
Normal file
|
After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 340 B |
BIN
htdocs/theme/freelug/img/object_trip.png
Normal file
|
After Width: | Height: | Size: 337 B |
BIN
htdocs/theme/yellow/img/object_intervention.png
Normal file
|
After Width: | Height: | Size: 340 B |
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 340 B |
BIN
htdocs/theme/yellow/img/object_trip.png
Normal file
|
After Width: | Height: | Size: 337 B |