From f640f021ea5fc7e0c71887aa1dc9f89c432604cc Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 29 May 2007 19:45:59 +0000 Subject: [PATCH] change the color of the label --- html/js/search_card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/search_card.js b/html/js/search_card.js index 45102ee7e..7c7fd9ac9 100644 --- a/html/js/search_card.js +++ b/html/js/search_card.js @@ -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