Solve tooltip conflict with bootstrap
This commit is contained in:
parent
726293c4ec
commit
158b18ac66
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user