diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 21ea05939f0..30ba71665ea 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -609,7 +609,7 @@ class ActionComm extends CommonObject if ($withpicto) { $libelle.=(($this->type_code && $libelle!=$langs->trans("Action".$this->type_code) && $langs->trans("Action".$this->type_code)!="Action".$this->type_code)?' ('.$langs->trans("Action".$this->type_code).')':''); - $result.=$lien.img_object($langs->trans("ShowAction").': '.$libelle,($overwritepicto?$overwritepicto:'task')).$lienfin; + $result.=$lien.img_object($langs->trans("ShowAction").': '.$libelle,($overwritepicto?$overwritepicto:'action')).$lienfin; } if ($withpicto==1) $result.=' '; $result.=$lien.$libelleshort.$lienfin; diff --git a/htdocs/comm/action/document.php b/htdocs/comm/action/document.php index 1712878ea32..182b4eca36d 100755 --- a/htdocs/comm/action/document.php +++ b/htdocs/comm/action/document.php @@ -138,7 +138,7 @@ if ($objectid > 0) $act->contact=$contact; $head=actions_prepare_head($act); - dol_fiche_head($head, 'documents', $langs->trans("Action"),0,'task'); + dol_fiche_head($head, 'documents', $langs->trans("Action"),0,'action'); // Affichage fiche action en mode visu print '
| '; diff --git a/htdocs/comm/action/listactions.php b/htdocs/comm/action/listactions.php index 23107ef3d13..6860ef2bb2e 100644 --- a/htdocs/comm/action/listactions.php +++ b/htdocs/comm/action/listactions.php @@ -189,7 +189,7 @@ if ($resql) $head = calendars_prepare_head(''); - dol_fiche_head($head, 'card', $langs->trans('Events'), 0, 'action'); + dol_fiche_head($head, 'card', $langs->trans('Events'), 0, 'list'); print_actions_filter($form,$canedit,$status,$year,$month,$day,$showborthday,$filtera,$filtert,$filterd,$pid,$socid); dol_fiche_end(); |