correction texte, issue #0000936
This commit is contained in:
parent
fbea33da48
commit
b73b5e69b8
@ -261,7 +261,7 @@ if ($numBilanN == 0 && $numBilanC == 0 &&
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td><b>Aucun bilan disponible pour cette entreprise !</b></td>
|
||||
<td><b>Aucun bilan disponible !</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
|
@ -90,7 +90,7 @@ foreach($tabUnit as $unit)
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<b>Aucun bilan disponible pour cette entreprise !</b>
|
||||
<b>Aucun bilan disponible !</b>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
@ -78,7 +78,7 @@ 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 !</b></td></tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
|
@ -432,7 +432,7 @@ 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 !</b></td></tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
@ -505,7 +505,7 @@ 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 !</b></td></tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
@ -1260,7 +1260,7 @@ if (count($bilansInfos)==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 !</b></td></tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
|
@ -381,7 +381,7 @@ if ($numBilanN==0 && $numBilanC==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 !</b></td></tr>
|
||||
</table>
|
||||
<?php
|
||||
}else{
|
||||
|
@ -65,7 +65,7 @@ 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>
|
||||
<td><b>Aucun bilan disponible !</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php
|
||||
|
@ -206,7 +206,7 @@ if (count($ratiosEntrep)==0 || !isset($ratiosEntrep))
|
||||
{
|
||||
?>
|
||||
<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 !</b></td></tr>
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user