From 5666227d454ab6037de561c429da6884a62afadb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 23 Oct 2006 23:18:22 +0000 Subject: [PATCH] On utilise methode getNomUrl --- htdocs/includes/boxes/box_actions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',