Label too long

This commit is contained in:
Laurent Destailleur 2009-01-12 21:07:55 +00:00
parent 1121e0b886
commit 51d2c55a31

View File

@ -133,7 +133,7 @@ class box_services_vendus extends ModeleBoxes {
$this->info_box_contents[$i][2] = array('td' => 'align="left"',
'text' => $objp->nom,
'maxlength' => 40,
'maxlength' => 28,
'url' => DOL_URL_ROOT."/comm/fiche.php?socid=".$objp->socid);
$this->info_box_contents[$i][3] = array('td' => 'align="right"',