Look: Uniformisation du style avec autres écrans.

This commit is contained in:
Laurent Destailleur 2004-12-22 22:23:49 +00:00
parent 041eff01a5
commit 4475aadb1c

View File

@ -86,8 +86,8 @@ if ($db->query($sql))
$db->free(); $db->free();
} }
print '<table class="liste">'; print '<table class="noborder" width="100%">';
print '<tr><th colspan="2">'.$langs->trans("Number").'</th></tr>'; print '<tr class="liste_titre"><td colspan="2">'.$langs->trans("Number").'</td></tr>';
if ($conf->produit->enabled) if ($conf->produit->enabled)
{ {
print "<tr $bc[0]>"; print "<tr $bc[0]>";
@ -130,9 +130,9 @@ if ($result)
if ($num > 0) if ($num > 0)
{ {
print '<table class="liste">'; print '<table class="noborder" width="100%">';
print '<tr><th colspan="3">'.$langs->trans("LastRecorded").'</th></tr>'; print '<tr class="liste_titre"><td colspan="3">'.$langs->trans("LastRecorded").'</td></tr>';
$var=True; $var=True;
while ($i < $num) while ($i < $num)