Remove this div

This commit is contained in:
Michael RICOIS 2013-09-09 09:04:34 +00:00
parent 75cb8594d5
commit 9dbf19e1c6

View File

@ -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)) {?>