From 6309b438373b226e3bc4ec8406a64154f87e1ccd Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Feb 2007 21:23:53 +0000 Subject: [PATCH] grey out disabled text boxes for IE --- httemplate/search/report_cust_pkg.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index a2316e257..5b2efa2ca 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -31,6 +31,8 @@ what.form.<% $field %>_beginning_text.disabled = true; what.form.<% $field %>_ending_text.disabled = true; + what.form.<% $field %>_beginning_text.style.backgroundColor = '#dddddd'; + what.form.<% $field %>_ending_text.style.backgroundColor = '#dddddd'; what.form.<% $field %>_beginning_button.style.display = 'none'; what.form.<% $field %>_ending_button.style.display = 'none'; @@ -41,6 +43,8 @@ what.form.<% $field %>_beginning_text.disabled = false; what.form.<% $field %>_ending_text.disabled = false; + what.form.<% $field %>_beginning_text.style.backgroundColor = '#ffffff'; + what.form.<% $field %>_ending_text.style.backgroundColor = '#ffffff'; what.form.<% $field %>_beginning_button.style.display = ''; what.form.<% $field %>_ending_button.style.display = ''; -- 2.11.0