Minor changes in modules categories
This commit is contained in:
parent
1ef91c1c04
commit
1baced7e9e
@ -20,10 +20,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/admin/modules.php
|
||||
\brief Page de configuration et activation des modules
|
||||
\version $Id$
|
||||
*/
|
||||
* \file htdocs/admin/modules.php
|
||||
* \brief Page de configuration et activation des modules
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require("./pre.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
|
||||
@ -217,7 +217,7 @@ foreach ($dirlist as $dirroot)
|
||||
|
||||
if ($modulequalified)
|
||||
{
|
||||
$modules[$i] = $objMod;
|
||||
$modules[$i] = $objMod;
|
||||
$filename[$i]= $modName;
|
||||
$orders[$i] = "$objMod->family"."_".$j; // Tri par famille puis numero module
|
||||
//print "x".$modName." ".$orders[$i]."\n<br>";
|
||||
|
||||
@ -47,7 +47,11 @@ $var=true;
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td>'.$langs->trans("Version").'</td><td>'.$langs->trans("Value").'</td></tr>'."\n";
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("Version")."</td><td>".DOL_VERSION."</td></tr>\n";
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("VersionProgram")."</td><td>".DOL_VERSION."</td></tr>\n";
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("VersionLastInstall")."</td><td>".$conf->global->MAIN_VERSION_LAST_INSTALL."</td></tr>\n";
|
||||
$var=!$var;
|
||||
print "<tr ".$bc[$var]."><td width=\"300\">".$langs->trans("VersionLastUpgrade")."</td><td>".$conf->global->MAIN_VERSION_LAST_UPGRADE."</td></tr>\n";
|
||||
print '</table>';
|
||||
print '<br>';
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ class modBarcode extends DolibarrModules
|
||||
$this->db = $DB ;
|
||||
$this->numero = 55 ;
|
||||
|
||||
$this->family = "other";
|
||||
$this->family = "technic";
|
||||
$this->name = "Codes barres";
|
||||
$this->description = "Gestion des codes barres";
|
||||
$this->version = 'dolibarr'; // 'development' or 'experimental' or 'dolibarr' or version
|
||||
|
||||
@ -49,7 +49,7 @@ class modBookmark extends DolibarrModules
|
||||
$this->db = $DB ;
|
||||
$this->numero = 330;
|
||||
|
||||
$this->family = "other";
|
||||
$this->family = "technic";
|
||||
$this->name = "Bookmarks";
|
||||
$this->description = "Gestion des Bookmarks";
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
|
||||
@ -53,7 +53,7 @@ class modBoutique extends DolibarrModules
|
||||
$this->family = "products";
|
||||
$this->name = "OSCommerce direct";
|
||||
$this->description = "Interface de visualisation d'une boutique OSCommerce ou OSCSS";
|
||||
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
$this->const_name = 'MAIN_MODULE_BOUTIQUE';
|
||||
$this->special = 1;
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@ class modDocument extends DolibarrModules
|
||||
$this->db = $DB ;
|
||||
$this->numero = 51 ;
|
||||
|
||||
$this->family = "ecm";
|
||||
$this->family = "other";
|
||||
$this->name = "Document";
|
||||
$this->description = "Gestion des documents";
|
||||
$this->revision = explode(' ','$Revision$');
|
||||
|
||||
@ -49,8 +49,8 @@ class modDroitPret extends DolibarrModules
|
||||
$this->numero = 2200 ;
|
||||
|
||||
$this->family = "other";
|
||||
$this->name = "Droit Pr<EFBFBD>t";
|
||||
$this->description = "Gestion du droit de pr<EFBFBD>ts";
|
||||
$this->name = "Droit Pret";
|
||||
$this->description = "Gestion du droit de prets";
|
||||
$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version
|
||||
$this->const_name = 'MAIN_MODULE_DROITPRET';
|
||||
$this->special = 2;
|
||||
|
||||
@ -62,7 +62,7 @@ class modECM extends DolibarrModules
|
||||
// Key used in llx_const table to save module status enabled/disabled (XXX is id value)
|
||||
$this->const_name = 'MAIN_MODULE_ECM';
|
||||
// Where to store the module in setup page (0=common,1=interface,2=other)
|
||||
$this->special = 2;
|
||||
$this->special = 0;
|
||||
// Name of png file (without png) used for this module
|
||||
$this->picto='dir';
|
||||
|
||||
|
||||
@ -16,13 +16,12 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
\defgroup fckeditor Module fckeditor
|
||||
\brief Module pour mettre en page les zones de saisie de texte
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -54,7 +53,7 @@ class modFckeditor extends DolibarrModules
|
||||
$this->description = "Editeur WYSIWYG";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
$this->const_name = 'MAIN_MODULE_FCKEDITOR';
|
||||
$this->special = 0;
|
||||
$this->special = 2;
|
||||
|
||||
// Dir
|
||||
$this->dirs = array();
|
||||
|
||||
@ -52,7 +52,7 @@ class modSyslog extends DolibarrModules
|
||||
$this->description = "Activation des traces debug (syslog)";
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
$this->const_name = 'MAIN_MODULE_SYSLOG';
|
||||
$this->special = 0;
|
||||
$this->special = 2;
|
||||
//$this->picto='phoning';
|
||||
|
||||
// Dir
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
# Dolibarr language file - en_US - admin
|
||||
Version=Version
|
||||
VersionProgram=Version program
|
||||
VersionLastInstall=Version initial install
|
||||
VersionLastUpgrade=Version last upgrade
|
||||
VersionExperimental=Experimental
|
||||
VersionDevelopment=Development
|
||||
VersionUnknown=Unknown
|
||||
|
||||
@ -84,7 +84,7 @@ OfficialWebSiteFr=Site web fran
|
||||
ModuleSetup=Configuration du module
|
||||
ModulesSetup=Configuration des modules
|
||||
ModuleFamilyBase=Système
|
||||
ModuleFamilyCrm=Gestion client (CRM)
|
||||
ModuleFamilyCrm=Gestion client
|
||||
ModuleFamilyProducts=Gestion produits
|
||||
ModuleFamilyHr=Ressources humaines
|
||||
ModuleFamilyProjects=Projets/Travail collaboratif
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
# Dolibarr language file - fr_FR - admin
|
||||
Version=Version
|
||||
VersionProgram=Version programmes
|
||||
VersionLastInstall=Version installation initiale
|
||||
VersionLastUpgrade=Version dernière mise à jour
|
||||
VersionExperimental=Expérimental
|
||||
VersionDevelopment=Développement
|
||||
VersionUnknown=Inconnue
|
||||
@ -176,7 +179,7 @@ FeatureNotAvailableOnLinux=Fonctionnalit
|
||||
ModuleSetup=Configuration du module
|
||||
ModulesSetup=Configuration des modules
|
||||
ModuleFamilyBase=Système
|
||||
ModuleFamilyCrm=Gestion client (CRM)
|
||||
ModuleFamilyCrm=Gestion client
|
||||
ModuleFamilyProducts=Gestion produits
|
||||
ModuleFamilyHr=Ressources humaines
|
||||
ModuleFamilyProjects=Projets/Travail collaboratif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user