Correction affichage
This commit is contained in:
parent
0de51083c4
commit
b773405e21
@ -61,7 +61,7 @@ Zend_Registry::get('firebug')->info($this->tabResult);
|
||||
<?php foreach($this->tabRatio as $ratio => $info) { ?>
|
||||
<tr>
|
||||
<td class="head"><a class="tooltip" title="<?=$info['comment']?>"><?=$info['titre']?></a></td>
|
||||
<td class="right"><?=$this->tabRatio[0]['ratio'][$ratio]?></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>
|
||||
<td class="right" title="<?=$this->tabResult[1]['info'][$ratio]?>"><?=$this->tabResult[1]['total'][$ratio]?> %</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user