Remove this div
This commit is contained in:
parent
75cb8594d5
commit
9dbf19e1c6
@ -96,19 +96,19 @@ div.img {background:url(/themes/default/images/worldcheck/wc.png) no-repeat; hei
|
||||
$qtipContent = "WorldCheck<br/>Occurrences: ".$this->allOccurrences[$dir->Nom];
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<?php if ($dir->Societe != '') {?>
|
||||
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
||||
'controller' => 'worldcheck',
|
||||
'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',
|
||||
'controller' => 'worldcheck',
|
||||
'action' => 'index',
|
||||
'dirNom' => $dir->Nom,
|
||||
'dirPrenom' => $dir->Prenom,
|
||||
@ -147,7 +147,6 @@ div.img {background:url(/themes/default/images/worldcheck/wc.png) no-repeat; hei
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
|
Loading…
Reference in New Issue
Block a user