Classement des modules en 3 onglets (standard, speciaux, interfaces) plutot que 2 (standard, speciaux)
This commit is contained in:
parent
5a41cf4280
commit
4ef8f86440
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2006 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>
|
||||||
*
|
*
|
||||||
@ -59,6 +59,7 @@ class modBanque extends DolibarrModules
|
|||||||
$this->version = $this->revision[1];
|
$this->version = $this->revision[1];
|
||||||
|
|
||||||
$this->const_name = 'MAIN_MODULE_BANQUE';
|
$this->const_name = 'MAIN_MODULE_BANQUE';
|
||||||
|
$this->special = 0;
|
||||||
$this->picto='account';
|
$this->picto='account';
|
||||||
|
|
||||||
// Dépendances
|
// Dépendances
|
||||||
|
|||||||
@ -61,6 +61,7 @@ class modComptabilite extends DolibarrModules
|
|||||||
$this->version = $this->revision[1];
|
$this->version = $this->revision[1];
|
||||||
|
|
||||||
$this->const_name = 'MAIN_MODULE_COMPTABILITE';
|
$this->const_name = 'MAIN_MODULE_COMPTABILITE';
|
||||||
|
$this->special = 0;
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
$this->config_page_url = "compta.php";
|
$this->config_page_url = "compta.php";
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2006 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>
|
||||||
*
|
*
|
||||||
@ -63,6 +63,7 @@ class modComptabiliteExpert extends DolibarrModules
|
|||||||
$this->version = "development";
|
$this->version = "development";
|
||||||
|
|
||||||
$this->const_name = 'MAIN_MODULE_COMPTABILITE_EXPERT';
|
$this->const_name = 'MAIN_MODULE_COMPTABILITE_EXPERT';
|
||||||
|
$this->special = 0;
|
||||||
|
|
||||||
// Config pages
|
// Config pages
|
||||||
$this->config_page_url = "comptaexpert.php";
|
$this->config_page_url = "comptaexpert.php";
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2006 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>
|
||||||
*
|
*
|
||||||
@ -60,6 +60,7 @@ class modService extends DolibarrModules
|
|||||||
$this->version = $this->revision[1];
|
$this->version = $this->revision[1];
|
||||||
|
|
||||||
$this->const_name = 'MAIN_MODULE_SERVICE';
|
$this->const_name = 'MAIN_MODULE_SERVICE';
|
||||||
|
$this->special = 0;
|
||||||
$this->picto='service';
|
$this->picto='service';
|
||||||
|
|
||||||
// Dépendances
|
// Dépendances
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2005-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* 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
|
||||||
@ -59,6 +59,7 @@ class modUser extends DolibarrModules
|
|||||||
$this->version = $this->revision[1];
|
$this->version = $this->revision[1];
|
||||||
|
|
||||||
$this->const_name = 'MAIN_MODULE_USER';
|
$this->const_name = 'MAIN_MODULE_USER';
|
||||||
|
$this->special = 0;
|
||||||
$this->picto='group';
|
$this->picto='group';
|
||||||
|
|
||||||
// Dir
|
// Dir
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user