correction texte, issue #0000936

This commit is contained in:
Michael RICOIS 2011-11-14 10:39:56 +00:00
parent fbea33da48
commit b73b5e69b8
7 changed files with 9 additions and 9 deletions

View File

@ -261,7 +261,7 @@ if ($numBilanN == 0 && $numBilanC == 0 &&
<table> <table>
<tr> <tr>
<td width="30">&nbsp;</td> <td width="30">&nbsp;</td>
<td><b>Aucun bilan disponible pour cette entreprise !</b></td> <td><b>Aucun bilan disponible !</b></td>
</tr> </tr>
</table> </table>
<?php <?php

View File

@ -90,7 +90,7 @@ foreach($tabUnit as $unit)
<?php <?php
} else { } else {
?> ?>
<b>Aucun bilan disponible pour cette entreprise !</b> <b>Aucun bilan disponible !</b>
<?php <?php
} }
?> ?>

View File

@ -78,7 +78,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{ {
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr> <tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible !</b></td></tr>
</table> </table>
<?php <?php
} }

View File

@ -432,7 +432,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{ {
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr> <tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible !</b></td></tr>
</table> </table>
<?php <?php
} }
@ -505,7 +505,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{ {
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr> <tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible !</b></td></tr>
</table> </table>
<?php <?php
} }
@ -1260,7 +1260,7 @@ if (count($bilansInfos)==0)
{ {
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr> <tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible !</b></td></tr>
</table> </table>
<?php <?php
} }

View File

@ -381,7 +381,7 @@ if ($numBilanN==0 && $numBilanC==0)
{ {
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr> <tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible !</b></td></tr>
</table> </table>
<?php <?php
}else{ }else{

View File

@ -65,7 +65,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td> <tr><td width="30">&nbsp;</td>
<td><b>Aucun bilan disponible pour cette entreprise !</b></td> <td><b>Aucun bilan disponible !</b></td>
</tr> </tr>
</table> </table>
<?php <?php

View File

@ -206,7 +206,7 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep))
{ {
?> ?>
<table> <table>
<tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible pour cette entreprise !</b></td></tr> <tr><td width="30">&nbsp;</td><td><b>Aucun bilan disponible !</b></td></tr>
</table> </table>
<?php <?php
} }