Correction typo
This commit is contained in:
parent
6b8f25fb7b
commit
864c48f10e
@ -238,7 +238,7 @@ class IdentiteController extends Zend_Controller_Action
|
|||||||
'CessionOffreDate',
|
'CessionOffreDate',
|
||||||
'CessionInvenDate',
|
'CessionInvenDate',
|
||||||
'CessionDesc',
|
'CessionDesc',
|
||||||
}
|
);
|
||||||
$dBlock = array();
|
$dBlock = array();
|
||||||
foreach ($blocks as $item) {
|
foreach ($blocks as $item) {
|
||||||
$display = array(
|
$display = array(
|
||||||
|
@ -60,7 +60,7 @@ span.title { float:right; margin:0 10px; }
|
|||||||
<td class="StyleInfoLib" width="300">
|
<td class="StyleInfoLib" width="300">
|
||||||
<?php
|
<?php
|
||||||
echo $font1;
|
echo $font1;
|
||||||
echo $lien->RaisonSociale);
|
echo $lien->RaisonSociale;
|
||||||
echo $font2;
|
echo $font2;
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
@ -337,7 +337,7 @@ $countTypesProcedure = 0;
|
|||||||
$annonceSelect = array();
|
$annonceSelect = array();
|
||||||
$annoncesSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
$annoncesSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
||||||
echo $this->infosProcol->dAnnonces($annonceSelect);
|
echo $this->infosProcol->dAnnonces($annonceSelect);
|
||||||
$annonceSelect = searchBlockAnnonces('1430');
|
$annonceSelect = $this->infosProcol->searchBlockAnnonces('1430');
|
||||||
//Suspension de l'exécution provisoire
|
//Suspension de l'exécution provisoire
|
||||||
$annonceSelect = array();
|
$annonceSelect = array();
|
||||||
$annoncesSelect = $this->infosProcol->searchBlockAnnonces('1435');
|
$annoncesSelect = $this->infosProcol->searchBlockAnnonces('1435');
|
||||||
@ -428,7 +428,6 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionInvenDate
|
|||||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionDesc']);
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['CessionDesc']);
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
//Tout autre événement entre 1000 & 1999 non encore affiché
|
//Tout autre événement entre 1000 & 1999 non encore affiché
|
||||||
@ -438,6 +437,7 @@ $annoncesSelect = $this->infosProcol->searchBlockAnnonces('1000:1999');
|
|||||||
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
if(count($annonceSelect)>0) echo $this->infosProcol->dAnnonces($annonceSelect);
|
||||||
else echo '<p class="libAnnonces">Néant</p>';
|
else echo '<p class="libAnnonces">Néant</p>';
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2>Procédure d'insolvabilité européene</h2>
|
<h2>Procédure d'insolvabilité européene</h2>
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user