support css

This commit is contained in:
beedauchon 2003-09-16 16:33:33 +00:00
parent 0bccc70faf
commit be79d72b85
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ if ($db->query($sql))
}
}
print '<table width="100%" border="1" cellspacing="0" cellpadding="4">';
print '<table class="tablefsoc" width="100%" border="1" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre"><td>Mois</td>';
$year_current = strftime("%Y",time());

View File

@ -42,7 +42,7 @@ if ($result)
$num = $db->num_rows();
$i = 0;
$total = 0 ;
print '<p><TABLE border="1" width="100%" cellspacing="0" cellpadding="4">';
print '<br><TABLE border="1" width="100%" cellspacing="0" cellpadding="4">';
print '<TR class="liste_titre">';
print "<TD width=\"60%\">Date</TD>";
print "<TD align=\"right\">Montant</TD>";