diff --git a/htdocs/core/modules/modGravatar.class.php b/htdocs/core/modules/modGravatar.class.php index 2f32818bb106116914785d4171e0dcee9c10cacf..42eece9ce4f9b32455ce0b38e1fad96e5f7dec02 100644 --- a/htdocs/core/modules/modGravatar.class.php +++ b/htdocs/core/modules/modGravatar.class.php @@ -1,6 +1,6 @@ <?php /* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> - * Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net> + * Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net> * * 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 c17892ee217e180286ef841e2ec88854199f4e0d..37366270a57499e4133c5d2c1a69079ab2ffb40c 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 65412df87d0627ce2d968cc5f191750e8f0b195d..2c6db68dac776a9bff72443082b8cd91a00bcf4a 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 0000000000000000000000000000000000000000..42bccdc4339d08fef9da9378db7b6733322fcfb7 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 0000000000000000000000000000000000000000..42bccdc4339d08fef9da9378db7b6733322fcfb7 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 0000000000000000000000000000000000000000..42bccdc4339d08fef9da9378db7b6733322fcfb7 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 0000000000000000000000000000000000000000..42bccdc4339d08fef9da9378db7b6733322fcfb7 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 0000000000000000000000000000000000000000..42bccdc4339d08fef9da9378db7b6733322fcfb7 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 0000000000000000000000000000000000000000..42bccdc4339d08fef9da9378db7b6733322fcfb7 Binary files /dev/null and b/htdocs/theme/md_exp/img/object_gravatar.png differ