Mise en forme de la table html
This commit is contained in:
parent
95fc3420b6
commit
0f79c3e260
@ -81,8 +81,8 @@ if ($db->query($sql))
|
||||
}
|
||||
}
|
||||
|
||||
print '<table width="100%" border="1">';
|
||||
print '<tr class="liste_titre"><td></td>';
|
||||
print '<table width="100%" border="1" cellspacing="0" cellpadding="4">';
|
||||
print '<tr class="liste_titre"><td>Mois</td>';
|
||||
|
||||
$year_current = strftime("%Y",time());
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user