Better picto for agenda
This commit is contained in:
parent
29dc82f97f
commit
60a9f280ef
@ -58,7 +58,7 @@ class modAgenda extends DolibarrModules
|
|||||||
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
$this->special = 0;
|
$this->special = 0;
|
||||||
$this->picto='calendar';
|
$this->picto='action';
|
||||||
|
|
||||||
// Data directories to create when module is enabled
|
// Data directories to create when module is enabled
|
||||||
$this->dirs = array("/agenda/temp");
|
$this->dirs = array("/agenda/temp");
|
||||||
|
|||||||
@ -315,7 +315,7 @@ function agenda_prepare_head()
|
|||||||
if ($conf->global->MAIN_FEATURES_LEVEL >= 2) // In dev version only for the moment
|
if ($conf->global->MAIN_FEATURES_LEVEL >= 2) // In dev version only for the moment
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/agenda_extsites.php";
|
$head[$h][0] = DOL_URL_ROOT."/admin/agenda_extsites.php";
|
||||||
$head[$h][1] = $langs->trans("ExtSites");
|
$head[$h][1] = $langs->trans("Import");
|
||||||
$head[$h][2] = 'extsites';
|
$head[$h][2] = 'extsites';
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user