CGU
This commit is contained in:
parent
a815e703b0
commit
063bdf98f7
@ -1 +0,0 @@
|
||||
<?php
|
@ -16,17 +16,17 @@
|
||||
<td width="200" class="StyleInfoLib">Raison Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php
|
||||
<?php
|
||||
if ($this->actif == -1 && is_array($this->etabs) && count($this->etabs)>0){
|
||||
?>
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoData">
|
||||
L'entreprise à <?=$this->nbEtabActif?> établissement<?php if ($this->nbEtabActif>0) echo 's';?> actif<?php if ($this->nbEtabActif>0) echo 's';?>
|
||||
L'entreprise à <?=$this->nbEtabActif?> établissement<?php if ($this->nbEtabActif>0) echo 's';?> actif<?php if ($this->nbEtabActif>0) echo 's';?>
|
||||
et <?=$this->nbEtabRadie?> établissement<?php if ($this->nbEtabRadie>0) echo 's';?> radié<?php if ($this->nbEtabRadie>0) echo 's';?>.
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Actif/Inactif</td>
|
||||
@ -121,7 +121,7 @@ if ($this->actif == -1 && is_array($this->etabs) && count($this->etabs)>0){
|
||||
</tr>
|
||||
<?php if($this->hasPrefCarte){?>
|
||||
<tr>
|
||||
<td align="center" colspan="3">
|
||||
<td align="center" colspan="3">
|
||||
<?=$this->action('carte', 'identite', null, array('siret'=>$this->siret, 'id'=>$this->id, 'actif'=>$this->actif) )?>
|
||||
</td>
|
||||
</tr>
|
||||
@ -129,4 +129,8 @@ if ($this->actif == -1 && is_array($this->etabs) && count($this->etabs)>0){
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if (empty($this->AutrePage)):?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php endif;?>
|
||||
|
||||
</div>
|
@ -19,7 +19,7 @@
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Raison Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</tr>
|
||||
<?php if ($this->liengroupe){ ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -189,6 +189,10 @@ if (count($this->participations)>0)
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if (empty($this->AutrePage)):?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
<?php endif;?>
|
||||
|
||||
<?php if (empty($this->AutrePage)):?>
|
||||
</div>
|
||||
<?php endif;?>
|
Loading…
Reference in New Issue
Block a user