cosmetic : rapprochement banquaire odd lines have a different color

This commit is contained in:
Dany De Bontridder 2010-08-01 20:34:49 +00:00
parent ffa00859cc
commit 4f5505dc99

View file

@ -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>';