Issue #0001653: Show mouse cursor as a link pointer, when mousover on WC icon

This commit is contained in:
Aram HARUTYUNYAN 2014-02-14 08:49:03 +00:00
parent 864baed501
commit 84a08d7240
2 changed files with 3 additions and 3 deletions

View File

@ -98,12 +98,12 @@
<?php if (empty($this->AutrePage) && $this->accessWorldCheck) {?>
<td>
<?php if ($dir->Societe != '') { ?>
<img class="wcheck" data-url="<?=$this->url(array(
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
'controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret,0,9),
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),null,true);?>" src="/themes/default/images/worldcheck/wc.png"/>
<?php }?>
<?php if ($dir->Nom != '') { ?>
<img class="wcheck" data-url="<?=$this->url(array(
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
'controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret,0,9),
'dirType'=>'INDIVIDUAL','dirNom'=>$dir->Nom,'dirPrenom'=>$dir->Prenom),null,true);?>" src="/themes/default/images/worldcheck/wc.png"/>
<?php } ?>

View File

@ -61,7 +61,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
<?php if ( empty($this->AutrePage) && $this->accessWorldCheck) { ?>
<div style="float:right;">
<img class="wcheck" data-url="<?=$this->url(array(
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
'controller'=>'worldcheck',
'action'=>'occurence',
'dirSociete'=>$this->infos->Nom,