Better picto for agenda

This commit is contained in:
Laurent Destailleur 2011-05-21 14:27:55 +00:00
parent 29dc82f97f
commit 60a9f280ef
2 changed files with 2 additions and 2 deletions

View File

@ -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)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->special = 0;
$this->picto='calendar';
$this->picto='action';
// Data directories to create when module is enabled
$this->dirs = array("/agenda/temp");

View File

@ -315,7 +315,7 @@ function agenda_prepare_head()
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][1] = $langs->trans("ExtSites");
$head[$h][1] = $langs->trans("Import");
$head[$h][2] = 'extsites';
$h++;
}