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>
<tr>
<td width="30">&nbsp;</td>
<td><b>Aucun bilan disponible pour cette entreprise !</b></td>
<td><b>Aucun bilan disponible !</b></td>
</tr>
</table>
<?php

View File

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

View File

@ -78,7 +78,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{
?>
<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>
<?php
}

View File

@ -432,7 +432,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{
?>
<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>
<?php
}
@ -505,7 +505,7 @@ if ($numBilanN==0 && $numBilanC==0 && $numBilanB==0 && $numBilanA==0)
{
?>
<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>
<?php
}
@ -1260,7 +1260,7 @@ if (count($bilansInfos)==0)
{
?>
<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>
<?php
}

View File

@ -381,7 +381,7 @@ if ($numBilanN==0 && $numBilanC==0)
{
?>
<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>
<?php
}else{

View File

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

View File

@ -206,7 +206,7 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep))
{
?>
<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>
<?php
}