Modification de l'affichage en popup de la rnvp
This commit is contained in:
parent
7ce068f0ff
commit
37b0b06e59
@ -2,15 +2,15 @@
|
||||
|
||||
<?php if ($this->hasRight){ ?>
|
||||
|
||||
<div style="padding-left:20px;">
|
||||
<?php if (!empty($this->RNVP->L1)) {?><?=$this->RNVP->L1?></br><?php }?>
|
||||
<?php if (!empty($this->RNVP->L2)) {?><?=$this->RNVP->L2?></br><?php }?>
|
||||
<?php if (!empty($this->RNVP->L3)) {?><?=$this->RNVP->L3?></br><?php }?>
|
||||
<?php if (!empty($this->RNVP->L4)) {?><?=$this->RNVP->L4?></br><?php }?>
|
||||
<?php if (!empty($this->RNVP->L5)) {?><?=$this->RNVP->L5?></br><?php }?>
|
||||
<?php if (!empty($this->RNVP->L6)) {?><?=$this->RNVP->L6?></br><?php }?>
|
||||
<?php if (!empty($this->RNVP->L7)) {?><?=$this->RNVP->L7?></br><?php }?>
|
||||
</div>
|
||||
<p>
|
||||
<?php if (!empty($this->RNVP->L1)) {?><?=$this->RNVP->L1?><br/><?php }?>
|
||||
<?php if (!empty($this->RNVP->L2)) {?><?=$this->RNVP->L2?><br/><?php }?>
|
||||
<?php if (!empty($this->RNVP->L3)) {?><?=$this->RNVP->L3?><br/><?php }?>
|
||||
<?php if (!empty($this->RNVP->L4)) {?><?=$this->RNVP->L4?><br/><?php }?>
|
||||
<?php if (!empty($this->RNVP->L5)) {?><?=$this->RNVP->L5?><br/><?php }?>
|
||||
<?php if (!empty($this->RNVP->L6)) {?><?=$this->RNVP->L6?><br/><?php }?>
|
||||
<?php if (!empty($this->RNVP->L7)) {?><?=$this->RNVP->L7?><br/><?php }?>
|
||||
</p>
|
||||
|
||||
<p><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'identite', 'action'=>'rnvp',
|
||||
'id'=>$this->id, 'siret'=>$this->siret), 'default', true)?>">Détails techniques</a></p>
|
||||
|
Loading…
Reference in New Issue
Block a user