Look: Modif esthétique mineure

This commit is contained in:
Laurent Destailleur 2007-12-02 16:39:54 +00:00
parent e640e21bb1
commit 3698e0dc95

View File

@ -1801,8 +1801,8 @@ else
} }
/* /*
* Confirmation du classement abandonne * Confirmation du classement abandonne
*/ */
if ($_GET['action'] == 'canceled') if ($_GET['action'] == 'canceled')
{ {
// S'il y a une facture de remplacement pas encore validée (etat brouillon), // S'il y a une facture de remplacement pas encore validée (etat brouillon),
@ -1911,7 +1911,7 @@ else
print '</tr>'; print '</tr>';
// Type // Type
print '<tr><td width="20%">'.$langs->trans('Type').'</td><td colspan="5">'; print '<tr><td>'.$langs->trans('Type').'</td><td colspan="5">';
print $fac->getLibType(); print $fac->getLibType();
if ($fac->type == 1) if ($fac->type == 1)
{ {
@ -2135,7 +2135,7 @@ else
print '</td></tr>'; print '</td></tr>';
// Mode de reglement // Mode de reglement
print '<tr><td width="25%">'; print '<tr><td>';
print '<table class="nobordernopadding" width="100%"><tr><td>'; print '<table class="nobordernopadding" width="100%"><tr><td>';
print $langs->trans('PaymentMode'); print $langs->trans('PaymentMode');
print '</td>'; print '</td>';