diff --git a/htdocs/includes/boxes/box_actions.php b/htdocs/includes/boxes/box_actions.php index 44d03f213e5..437a5a63250 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -103,12 +103,12 @@ class box_actions extends ModeleBoxes { $this->info_box_contents[$i][0] = array('align' => 'left', 'nowrap' => 1, 'logo' => ("task"), - 'text' => $label, + 'text' => dolibarr_trunc($label,12), 'text2'=> $late, 'url' => DOL_URL_ROOT."/comm/action/fiche.php?id=".$objp->id); $this->info_box_contents[$i][1] = array('align' => 'left', - 'text' => dolibarr_trunc($objp->nom,24), + 'text' => dolibarr_trunc($objp->nom,20), 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); $this->info_box_contents[$i][2] = array('align' => 'right',