2
0
forked from Wavyzz/dolibarr

Hide logo when option MAIN_OPTIMIZEFORTEXTBROWSER is set.

Avoid logo to overwrap box with css.
Add help text.
This commit is contained in:
Laurent Destailleur
2015-03-24 14:08:56 +01:00
parent b884b28991
commit a32fc9efce
6 changed files with 41 additions and 36 deletions

View File

@@ -59,7 +59,7 @@ class modResource extends DolibarrModules
// Module description
// used if translation string 'ModuleXXXDesc' not found
// (where XXX is value of numeric property 'numero' of module)
$this->description = "Description of module Resource";
$this->description = "Manage resources (printers, cars, room, ...) you can then share into events";
// Possible values for version are: 'development', 'experimental' or version
$this->version = 'development';
// Key used in llx_const table to save module status enabled/disabled