change the color of the label
This commit is contained in:
parent
511aa82798
commit
f640f021ea
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function SetValue(p_ctl,p_value)
|
|||
// Compute name of label ctl
|
||||
var a=i+'_label';
|
||||
document.getElementById(a).innerHTML=p_label;
|
||||
|
||||
document.getElementById(a).style.color='black';
|
||||
// Compute name of sell ctl
|
||||
var a=i+'_sell';
|
||||
// if the object exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue