Correction pour affichage IE6
This commit is contained in:
parent
d68f343152
commit
9fab3732be
@ -30,7 +30,7 @@ $dataEvol = $data['evol'];
|
||||
<div id="center">
|
||||
<h1>SYNTHÈSE</h1>
|
||||
|
||||
<table border="0" align="left">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
@ -64,7 +64,9 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
|
||||
{
|
||||
?>
|
||||
<table>
|
||||
<tr><td width="30"> </td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr>
|
||||
<tr><td width="30"> </td>
|
||||
<td><b>Aucun bilan disponible pour cette entreprise !</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user