support css
This commit is contained in:
parent
0bccc70faf
commit
be79d72b85
@ -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());
|
||||
|
||||
@ -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>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user