From 60a9f280ef0c38441b61da3ca19d3347073ca2aa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 May 2011 14:27:55 +0000 Subject: [PATCH] Better picto for agenda --- htdocs/includes/modules/modAgenda.class.php | 2 +- htdocs/lib/agenda.lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/modAgenda.class.php b/htdocs/includes/modules/modAgenda.class.php index ef013e6dc7d..e4c9422e1e5 100644 --- a/htdocs/includes/modules/modAgenda.class.php +++ b/htdocs/includes/modules/modAgenda.class.php @@ -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"); diff --git a/htdocs/lib/agenda.lib.php b/htdocs/lib/agenda.lib.php index b12e081d845..d252ea700c1 100644 --- a/htdocs/lib/agenda.lib.php +++ b/htdocs/lib/agenda.lib.php @@ -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++; }