[freeside-commits] freeside/httemplate/search report_cust_pkg.html,
1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Wed Feb 14 13:23:56 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv11874
Modified Files:
report_cust_pkg.html
Log Message:
grey out disabled text boxes for IE
Index: report_cust_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_cust_pkg.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- report_cust_pkg.html 14 Feb 2007 08:48:35 -0000 1.5
+++ report_cust_pkg.html 14 Feb 2007 21:23:53 -0000 1.6
@@ -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 = '';
More information about the freeside-commits
mailing list