Alignement à gauche
This commit is contained in:
parent
e74325a20e
commit
f39583daff
@ -22,7 +22,7 @@ $tabRatio = $this->partial()->view->tabRatioActif;
|
||||
<td>
|
||||
<?=$info['titre']?></td>
|
||||
<?php foreach($tabResult as $value) { ?>
|
||||
<td class="right"><?=$value['entrep'][$idRatio]?></td>
|
||||
<td class="left"><?=$value['entrep'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
<td><?=$value['total'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
|
@ -21,7 +21,7 @@ $tabRatio = $this->partial()->view->tabRatioPassif;
|
||||
<td>
|
||||
<?=$info['titre']?></td>
|
||||
<?php foreach($tabResult as $value) { ?>
|
||||
<td class="right"><?=$value['entrep'][$idRatio]?></td>
|
||||
<td class="left"><?=$value['entrep'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
<td><?=$value['total'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
|
@ -24,7 +24,7 @@ $tabRatio = $this->partial()->view->tabRatioSig;
|
||||
<td><?=$info['op']?></td><td><?=$info['titre']?></td>
|
||||
<?php }?>
|
||||
<?php foreach($tabResult as $value) { ?>
|
||||
<td class="right"><?=$value['entrep'][$idRatio]?></td>
|
||||
<td class="left"><?=$value['entrep'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
<td><?=$value['total'][$idRatio]?></td>
|
||||
<?php }?>
|
||||
|
Loading…
Reference in New Issue
Block a user