cosmetic : rapprochement banquaire odd lines have a different color
This commit is contained in:
parent
ffa00859cc
commit
4f5505dc99
1 changed files with 4 additions and 1 deletions
|
|
@ -330,7 +330,10 @@ if ($def==4) {
|
|||
$r.=td(sprintf("%.2f",$row['jr_montant']),' class="num" ');
|
||||
$iradio->value=$row['jr_id'];
|
||||
$r.=td(HtmlInput::hidden('jrid[]',$row['jr_id']).$iradio->input(),' style="text-align:center" ');
|
||||
echo tr($r);
|
||||
if ( $i % 2 == 0 )
|
||||
echo tr($r,' class="odd" ');
|
||||
else
|
||||
echo tr($r);
|
||||
}
|
||||
echo '</table>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue