From 2e2e1d9ffcb21b34fb1508dbee752c8265db6af0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Jun 2006 11:54:44 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Limite=20=E0=2040=20le=20nombre=20de=20?= =?UTF-8?q?caracteres=20dans=20la=20box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/boxes/box_propales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_propales.php b/htdocs/includes/boxes/box_propales.php index b9aee2b30ed..de69ff9c403 100644 --- a/htdocs/includes/boxes/box_propales.php +++ b/htdocs/includes/boxes/box_propales.php @@ -104,7 +104,7 @@ class box_propales extends ModeleBoxes { 'url' => DOL_URL_ROOT."/comm/propal.php?propalid=".$objp->rowid); $this->info_box_contents[$i][1] = array('align' => 'left', - 'text' => $objp->nom, + 'text' => dolibarr_trunc($objp->nom,40), 'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->idp); $this->info_box_contents[$i][2] = array(