issue #0001653 : Worlcheck Column is place at the end
This commit is contained in:
parent
84a0cd709d
commit
6cb5c01343
@ -88,18 +88,6 @@ div.img {background:url(/themes/default/images/worldcheck/wc.png) no-repeat; hei
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php if($this->permission) { ?>
|
||||
<td>
|
||||
<?php
|
||||
if ($dir->Societe != '') {
|
||||
echo $this->action('occurence','worldcheck', null, array('dirSociete'=>$dir->Societe, 'dirType' =>'ORGANISATION'));
|
||||
}
|
||||
if ($dir->Nom != '') {
|
||||
echo $this->action('occurence','worldcheck', null, array('dirNom'=>$dir->Nom, 'dirPrenom'=>$dir->Prenom, 'dirType' =>'INDIVIDUAL'));
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<?php } ?>
|
||||
<td class="StyleInfoData" width="100" valign="top">
|
||||
<?php if ($dir->Siren!='') {?>
|
||||
<a title="Consulter la fiche identité" href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$dir->Siren))?>">
|
||||
@ -114,34 +102,18 @@ div.img {background:url(/themes/default/images/worldcheck/wc.png) no-repeat; hei
|
||||
<?php }?>
|
||||
</td>
|
||||
<?php if (empty($this->AutrePage)) { ?>
|
||||
<td>
|
||||
<?php if($this->permission==1) { ?>
|
||||
<?php
|
||||
if ($this->allOccurrences[$dir->Nom]===NULL) {
|
||||
$qtipContent = "WorldCheck<br/>Cliquez sur l’icone WorldCheck";
|
||||
} else {
|
||||
$qtipContent = "WorldCheck<br/>Occurrences: ".$this->allOccurrences[$dir->Nom];
|
||||
}
|
||||
?>
|
||||
<?php if ($dir->Societe != '') {?>
|
||||
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
||||
'controller' => 'worldcheck',
|
||||
'action' => 'index',
|
||||
'dirNom' => $dir->Societe,
|
||||
'dirType' => 'ORGANISATION'), null, true)?>" style="cursor: pointer;" >
|
||||
<div id='<?=$this->allOccurrences[$dir->Nom];?>' class='img'></div></a><br/>
|
||||
<?php } ?>
|
||||
<?php if ($dir->Nom != '') { ?>
|
||||
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
||||
'controller' => 'worldcheck',
|
||||
'action' => 'index',
|
||||
'dirNom' => $dir->Nom,
|
||||
'dirPrenom' => $dir->Prenom,
|
||||
'dirType' => 'INDIVIDUAL'), null, true)?>" style="cursor: pointer;" >
|
||||
<div id='<?=$this->allOccurrences[$dir->Nom];?>' class='img'></div></a>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
<?php if( $this->permission ) { ?>
|
||||
<td>
|
||||
<?php
|
||||
if ($dir->Societe != '') {
|
||||
echo $this->action('occurence','worldcheck', null, array('dirSociete'=>$dir->Societe, 'dirType' =>'ORGANISATION'));
|
||||
}
|
||||
if ($dir->Nom != '') {
|
||||
echo $this->action('occurence','worldcheck', null, array('dirNom'=>$dir->Nom, 'dirPrenom'=>$dir->Prenom, 'dirType' =>'INDIVIDUAL'));
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<?php } ?>
|
||||
<?php }?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
|
Loading…
Reference in New Issue
Block a user