Remplacement des border=0/1 par class="noborder/border"
This commit is contained in:
parent
fcd8018750
commit
9fbab94fe5
@ -416,8 +416,8 @@ else
|
||||
$num = $db->num_rows();
|
||||
$i = 0; $total = 0;
|
||||
|
||||
echo '<table class="border" width="100%" cellspacing="0" cellpadding="3">';
|
||||
print "<TR class=\"liste_titre\">";
|
||||
echo '<table class="noborder" width="100%" cellspacing="0" cellpadding="3">';
|
||||
print "<tr class=\"liste_titre\">";
|
||||
print "<td>Date</td>";
|
||||
print "<td>Type</td>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user