Look: Ajout picto interventions, déplacements et modif expéditions
@ -20,18 +20,21 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \defgroup deplacement Module deplacement
|
/**
|
||||||
|
\defgroup deplacement Module deplacement
|
||||||
\brief Module pour gérer les déplacements
|
\brief Module pour gérer les déplacements
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/includes/modules/modDeplacement.class.php
|
/**
|
||||||
|
\file htdocs/includes/modules/modDeplacement.class.php
|
||||||
\ingroup deplacement
|
\ingroup deplacement
|
||||||
\brief Fichier de description et activation du module Deplacement
|
\brief Fichier de description et activation du module Deplacement
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once "DolibarrModules.class.php";
|
include_once "DolibarrModules.class.php";
|
||||||
|
|
||||||
/** \class modDeplacement
|
/**
|
||||||
|
\class modDeplacement
|
||||||
\brief Classe de description et activation du module Deplacement
|
\brief Classe de description et activation du module Deplacement
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -54,6 +57,7 @@ class modDeplacement extends DolibarrModules
|
|||||||
$this->const_name = "MAIN_MODULE_DEPLACEMENT";
|
$this->const_name = "MAIN_MODULE_DEPLACEMENT";
|
||||||
$this->const_config = MAIN_MODULE_DEPLACEMENT;
|
$this->const_config = MAIN_MODULE_DEPLACEMENT;
|
||||||
$this->special = 0;
|
$this->special = 0;
|
||||||
|
$this->picto = "trip";
|
||||||
|
|
||||||
// Dir
|
// Dir
|
||||||
$this->dirs = array();
|
$this->dirs = array();
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
||||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* 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
|
\brief Module pour gérer la tenue de fiches d'interventions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -35,7 +36,8 @@
|
|||||||
|
|
||||||
include_once "DolibarrModules.class.php";
|
include_once "DolibarrModules.class.php";
|
||||||
|
|
||||||
/** \class modFicheinter
|
/**
|
||||||
|
\class modFicheinter
|
||||||
\brief Classe de description et activation du module Ficheinter
|
\brief Classe de description et activation du module Ficheinter
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -58,6 +60,7 @@ class modFicheinter extends DolibarrModules
|
|||||||
$this->const_name = "MAIN_MODULE_FICHEINTER";
|
$this->const_name = "MAIN_MODULE_FICHEINTER";
|
||||||
$this->const_config = MAIN_MODULE_FICHEINTER;
|
$this->const_config = MAIN_MODULE_FICHEINTER;
|
||||||
$this->special = 0;
|
$this->special = 0;
|
||||||
|
$this->picto = "intervention";
|
||||||
|
|
||||||
// Dir
|
// Dir
|
||||||
$this->dirs = array();
|
$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 |