2
0
forked from Wavyzz/dolibarr

Fix responsive

This commit is contained in:
Laurent Destailleur
2016-12-07 15:00:20 +01:00
parent 083aef9b90
commit d23604701c
4 changed files with 17 additions and 14 deletions

View File

@@ -64,7 +64,7 @@ class modMyModule extends DolibarrModules
$this->description = "Description of module MyModule";
$this->descriptionlong = "A very long description. Can be a full HTML content";
$this->editor_name = 'Editor name';
$this->editor_url = 'http://www.dolibarr.org';
$this->editor_url = 'https://www.dolibarr.org';
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = '1.0';