Plusieurs points

This commit is contained in:
Rodolphe Quiedeville 2003-11-19 15:04:09 +00:00
parent 46240bd8bf
commit 2d7da98c59

View File

@ -73,11 +73,6 @@ if ($id > 0)
print_titre("Commande : ".$commande->ref); print_titre("Commande : ".$commande->ref);
/*
* Commande
*/
/* /*
* Confirmation de la validation * Confirmation de la validation
* *
@ -86,8 +81,6 @@ if ($id > 0)
{ {
$html->form_confirm("$PHP_SELF?id=$id","Cloturer la commande","Etes-vous sûr de cloturer cette commande ?","confirm_cloture"); $html->form_confirm("$PHP_SELF?id=$id","Cloturer la commande","Etes-vous sûr de cloturer cette commande ?","confirm_cloture");
} }
/* /*
* *
*/ */
@ -117,12 +110,6 @@ if ($id > 0)
} }
print "</td></tr>"; print "</td></tr>";
print "<tr><td>Auteur</td><td colspan=\"2\">$author->fullname</td>";
print '<td>- ';
print "&nbsp;</td></tr>";
if ($commande->note) if ($commande->note)
{ {
print '<tr><td>Note</td></tr>'; print '<tr><td>Note</td></tr>';