Solve tooltip conflict with bootstrap

This commit is contained in:
Michael RICOIS 2016-09-22 15:41:00 +02:00
parent 726293c4ec
commit 158b18ac66
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ echo $this->action('liens', 'identite', 'legal', array('siret' => $this->siret,
<tbody>
<?php foreach($this->tabRatio as $ratio => $info) { ?>
<tr>
<td class="head"><a class="tooltip" title="<?=$info['comment']?>"><?=$info['titre']?></a></td>
<td class="head"><a class="qtip-tooltip" title="<?=$info['comment']?>"><?=$info['titre']?></a></td>
<td class="right"><?=$this->tabResult[0]['ratio'][$ratio]?></td>
<td class="right" title="<?=$this->tabResult[0]['info'][$ratio]?>"><?=$this->tabResult[0]['total'][$ratio]?> %</td>
<td class="right"><?=$this->tabResult[1]['ratio'][$ratio]?></td>

View File

@ -79,7 +79,7 @@
<?php if (isset($item['ratio'])) { ?>
<tr>
<td>
<a class="tooltip" title="<?=$item['comment']?>">
<a class="qtip-tooltip" title="<?=$item['comment']?>">
<?=$item['titre']?><br/><?=$item['stitre']?></a>
</td>
<td class="right"><?=$item['entrep']?></td>