diff --git a/htdocs/core/modules/modGravatar.class.php b/htdocs/core/modules/modGravatar.class.php index 2f32818bb10..42eece9ce4f 100644 --- a/htdocs/core/modules/modGravatar.class.php +++ b/htdocs/core/modules/modGravatar.class.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2004-2015 Laurent Destailleur * * 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 @@ -62,7 +62,7 @@ class modGravatar extends DolibarrModules // Name of image file used for this module. // If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue' // If file is in module/images directory, use this->picto=DOL_URL_ROOT.'/module/images/file.png' - $this->picto='technic'; + $this->picto='gravatar'; // Data directories to create when module is enabled. // Example: this->dirs = array("/mymodule/temp"); diff --git a/htdocs/core/modules/modSyncSupplierWebServices.class.php b/htdocs/core/modules/modSyncSupplierWebServices.class.php index c17892ee217..37366270a57 100644 --- a/htdocs/core/modules/modSyncSupplierWebServices.class.php +++ b/htdocs/core/modules/modSyncSupplierWebServices.class.php @@ -25,7 +25,7 @@ include_once DOL_DOCUMENT_ROOT .'/core/modules/DolibarrModules.class.php'; /** - * Class to describe a WebServices module + * Class to describe a sync supplier web services module */ class modSyncSupplierWebServices extends DolibarrModules { diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 65412df87d0..2c6db68dac7 100755 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -524,10 +524,10 @@ Module2400Name=Agenda Module2400Desc=Events/tasks and agenda management Module2500Name=Electronic Content Management Module2500Desc=Save and share documents -Module2600Name=WebServices -Module2600Desc=Enable the Dolibarr web services server -Module2610Name=Api -Module2610Desc=Enable the Dolibarr REST API +Module2600Name=API services (Web services SOAP) +Module2600Desc=Enable the Dolibarr SOAP server providing API services +Module2610Name=API services (Web services REST) +Module2610Desc=Enable the Dolibarr REST server providing API services Module2650Name=WebServices (client) Module2650Desc=Enable the Dolibarr web services client (Can be used to push data/requests to external servers. Supplier orders supported only for the moment) Module2700Name=Gravatar diff --git a/htdocs/theme/amarok/img/object_gravatar.png b/htdocs/theme/amarok/img/object_gravatar.png new file mode 100644 index 00000000000..42bccdc4339 Binary files /dev/null and b/htdocs/theme/amarok/img/object_gravatar.png differ diff --git a/htdocs/theme/auguria/img/object_gravatar.png b/htdocs/theme/auguria/img/object_gravatar.png new file mode 100644 index 00000000000..42bccdc4339 Binary files /dev/null and b/htdocs/theme/auguria/img/object_gravatar.png differ diff --git a/htdocs/theme/bureau2crea/img/object_gravatar.png b/htdocs/theme/bureau2crea/img/object_gravatar.png new file mode 100644 index 00000000000..42bccdc4339 Binary files /dev/null and b/htdocs/theme/bureau2crea/img/object_gravatar.png differ diff --git a/htdocs/theme/cameleo/img/object_gravatar.png b/htdocs/theme/cameleo/img/object_gravatar.png new file mode 100644 index 00000000000..42bccdc4339 Binary files /dev/null and b/htdocs/theme/cameleo/img/object_gravatar.png differ diff --git a/htdocs/theme/eldy/img/object_gravatar.png b/htdocs/theme/eldy/img/object_gravatar.png new file mode 100644 index 00000000000..42bccdc4339 Binary files /dev/null and b/htdocs/theme/eldy/img/object_gravatar.png differ diff --git a/htdocs/theme/md_exp/img/object_gravatar.png b/htdocs/theme/md_exp/img/object_gravatar.png new file mode 100644 index 00000000000..42bccdc4339 Binary files /dev/null and b/htdocs/theme/md_exp/img/object_gravatar.png differ