use comments and not notes
[freeside.git] / httemplate / search / report_cust_pkg.html
index a2316e2..5b2efa2 100755 (executable)
@@ -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 = '';