This commit is contained in:
Regis Houssin 2006-02-20 11:29:36 +00:00
parent f954adf29c
commit a95b1f5fe3

View File

@ -110,8 +110,8 @@ class box_comptes extends ModeleBoxes {
$this->info_box_contents[$i][-1] = array('class' => 'liste_total');
$this->info_box_contents[$i][0] = array('align' => 'right',
'width' => '75%',
'colspan' => '3',
//'width' => '75%',
'colspan' => '4',
'class' => 'liste_total',
'text' => $langs->trans('Total')
);