issue #0001653 : Permission worldcheck
This commit is contained in:
parent
cf6236def1
commit
a2a67c4dc5
@ -59,13 +59,13 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
|||||||
<h2>Raison sociale & Coordonnées</h2>
|
<h2>Raison sociale & Coordonnées</h2>
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<div style="float:right;">
|
<div style="float:right;">
|
||||||
<?php if($this->permission) ?><?php
|
<?php if($this->permission) { ?>
|
||||||
//echo $this->action('occurence','worldcheck', null, array('dirSociete'=>$this->infos->Nom, 'dirType' =>'ORGANISATION', 'siren' => substr($this->siret, 0, 9)));?>
|
<?php //echo $this->action('occurence','worldcheck', null, array('dirSociete'=>$this->infos->Nom, 'dirType' =>'ORGANISATION', 'siren' => substr($this->siret, 0, 9)));?>
|
||||||
<a class="wcheck" href="<?=$this->url(array(
|
<a class="wcheck" href="<?=$this->url(array(
|
||||||
'controller'=>'worldcheck',
|
'controller'=>'worldcheck',
|
||||||
'action'=>'index',
|
'action'=>'index',
|
||||||
'dirSociete'=>$this->infos->Nom,
|
'dirSociete'=>$this->infos->Nom,
|
||||||
'dirType' =>'ORGANISATION',
|
'dirType' =>'ORGANISATION',
|
||||||
'siren'=>substr($this->siret, 0, 9)), null, true)?>"><img src='/themes/default/images/worldcheck/wc.png'/></a>
|
'siren'=>substr($this->siret, 0, 9)), null, true)?>"><img src='/themes/default/images/worldcheck/wc.png'/></a>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
@ -79,6 +79,7 @@ $('a.wcheck').each(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<?php }?>
|
||||||
<table>
|
<table>
|
||||||
<?php
|
<?php
|
||||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
||||||
|
Loading…
Reference in New Issue
Block a user