Fix: Use same style than other bottom areas.

This commit is contained in:
Laurent Destailleur 2011-06-19 20:58:54 +00:00
parent 3177e3b103
commit 218583640e

View File

@ -385,7 +385,8 @@ class FormFile
$out.= '<input type="hidden" name="action" value="builddoc">'; $out.= '<input type="hidden" name="action" value="builddoc">';
$out.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">'; $out.= '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
$out.= load_fiche_titre($langs->trans("Documents")); //$out.= load_fiche_titre($langs->trans("Documents"),'','');
$out.= '<div class="titre">'.$langs->trans("Documents").'</div>';
$out.= '<table class="border formdoc" summary="listofdocumentstable" width="100%">'; $out.= '<table class="border formdoc" summary="listofdocumentstable" width="100%">';
$out.= '<tr '.$bc[$var].'>'; $out.= '<tr '.$bc[$var].'>';