Nettoyage du code

This commit is contained in:
Rodolphe Quiedeville 2003-09-01 11:30:05 +00:00
parent ebd0247f00
commit a2fa046b26

View File

@ -773,7 +773,6 @@ else
$file = FAC_OUTPUTDIR . "/" . $obj->facnumber . "/" . $obj->facnumber . ".pdf"; $file = FAC_OUTPUTDIR . "/" . $obj->facnumber . "/" . $obj->facnumber . ".pdf";
if (file_exists($file)) if (file_exists($file))
{ {
print "<tr $bc[0]><td>Facture PDF</a></td>"; print "<tr $bc[0]><td>Facture PDF</a></td>";
@ -797,8 +796,7 @@ else
} }
print "</table>\n"; print "</table>\n";
print "</td>"; print '</td><td valign="top" width="50%">';
print '<td valign="top" width="50%">';
print_titre("Actions"); print_titre("Actions");
/* /*
* Liste des actions * Liste des actions
@ -843,8 +841,7 @@ else
* *
* *
*/ */
print "</td></tr>"; print "</td></tr></table>";
print "</table>";
/* /*
* *