COSMETIC : hightlight result
This commit is contained in:
parent
b654507410
commit
45912e0d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ class Anc_Table extends Anc_Acc_Link
|
|||
}
|
||||
$side=($tot_global>0)?"C":"D";
|
||||
$side=($tot_global==0)?"=":$side;
|
||||
echo td(nbm($tot_global)." ".$side,' class="num input_text notice" ');
|
||||
echo td(nbm($tot_global)." ".$side,' class="num " ');
|
||||
echo '</tr>';
|
||||
echo '</table>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue