Use a dedicated icon instead of generic one
This commit is contained in:
parent
bfe85cbf37
commit
0b372a4017
@ -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");
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
@ -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
|
||||
|
||||
BIN
htdocs/theme/amarok/img/object_gravatar.png
Normal file
BIN
htdocs/theme/amarok/img/object_gravatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
BIN
htdocs/theme/auguria/img/object_gravatar.png
Normal file
BIN
htdocs/theme/auguria/img/object_gravatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
BIN
htdocs/theme/bureau2crea/img/object_gravatar.png
Normal file
BIN
htdocs/theme/bureau2crea/img/object_gravatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
BIN
htdocs/theme/cameleo/img/object_gravatar.png
Normal file
BIN
htdocs/theme/cameleo/img/object_gravatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
BIN
htdocs/theme/eldy/img/object_gravatar.png
Normal file
BIN
htdocs/theme/eldy/img/object_gravatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
BIN
htdocs/theme/md_exp/img/object_gravatar.png
Normal file
BIN
htdocs/theme/md_exp/img/object_gravatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 666 B |
Loading…
Reference in New Issue
Block a user