Modification de l'affichage de la fiche identite
This commit is contained in:
parent
c80b75373a
commit
7ce068f0ff
@ -1,18 +1,12 @@
|
||||
<?php if ( $this->texte ) {?>
|
||||
<tr>
|
||||
<td width="50" class="aide">
|
||||
<?php if ( !empty($this->aide) ) {?>
|
||||
<img src="/themes/default/images/interfaces/aideligne.png" width="16" height="16" style="display:none;"/>
|
||||
<div id="<?=$this->id?>" style="display:none;"><?=$this->aide?></div>
|
||||
<?php } ?></td>
|
||||
<td width="200"><?=$this->label?></td>
|
||||
<?php
|
||||
if (!empty($this->titre)) {
|
||||
$titre = ' title="'.$this->titre.'"';
|
||||
} else {
|
||||
$titre = '';
|
||||
}
|
||||
?>
|
||||
<td width="350" class="StyleInfoData"<?=$titre?>><?=$this->texte?></td>
|
||||
</tr>
|
||||
<?php if ($this->texte) {?>
|
||||
<div class="row" style="padding:2px 0;">
|
||||
<div class="col-lg-offset-1 col-md-offset-1 col-sm-offset-1 col-lg-3 col-md-3 col-sm-3"><?=$this->label?></div>
|
||||
<?php if (!empty($this->titre)) {?>
|
||||
<?php $tooltip = 'data-toggle="tooltip" data-placement="top" title="'.$this->titre.'"';?>
|
||||
<?php }?>
|
||||
<div class="col-lg-6 col-md-6 col-sm-6" <?=$tooltip?>>
|
||||
<?=$this->texte?>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-2 col-sm-2"></div>
|
||||
</div>
|
||||
<?php } ?>
|
@ -34,8 +34,6 @@
|
||||
<h2><?=$this->translate("Fiche d'identite");?></h2>
|
||||
<?php }?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Siret']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SiretSiege']);
|
||||
@ -52,11 +50,8 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SituationJuridiq
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Situation']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h3><?=$this->translate("Dénomination sociale & Coordonnées")?></h3>
|
||||
<table>
|
||||
<?php
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Nom2']);
|
||||
@ -76,10 +71,8 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Fax']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Web']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']);
|
||||
?>
|
||||
</table>
|
||||
|
||||
<h3><?=$this->translate("Activité(s) & Chiffre d'affaires")?></h3>
|
||||
<table>
|
||||
<?php
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEt']);
|
||||
@ -97,7 +90,6 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Dirigeants']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Effectif']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EffectifEtab']);
|
||||
?>
|
||||
</table>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user