From 05b0b08e30624eb506b33104803bf9fae0f5a696 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 10 May 2010 15:16:02 +0000 Subject: [PATCH] Fix: more clear --- 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 915dee42289..01309383f4e 100644 --- a/htdocs/includes/boxes/box_actions.php +++ b/htdocs/includes/boxes/box_actions.php @@ -109,7 +109,7 @@ class box_actions extends ModeleBoxes { 'url' => DOL_URL_ROOT."/comm/action/fiche.php?id=".$objp->id); $this->info_box_contents[$i][1] = array('td' => 'align="left" nowrap="1"', - 'text' => dol_trunc($label,12), + 'text' => dol_trunc($label,18), 'text2'=> $late, 'url' => DOL_URL_ROOT."/comm/action/fiche.php?id=".$objp->id); @@ -118,7 +118,7 @@ class box_actions extends ModeleBoxes { 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->socid); $this->info_box_contents[$i][3] = array('td' => 'align="left"', - 'text' => dol_trunc($objp->nom,12), + 'text' => $objp->nom, 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->socid); $this->info_box_contents[$i][4] = array('td' => 'align="left" nowrap="nowrap"',