diff options
| author | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-13 05:10:23 +0000 |
| commit | b429a422185206c645c84ec1c3540494d336b943 (patch) | |
| tree | b08fba0581e3569b2cf1e9bce5a8172c6921497c /httemplate/edit/prospect_main.html | |
| parent | b0329dafd35e0296ec61fef4c35a687ff8866764 (diff) | |
add latitude/longitude to prospects, customers and package locations, RT#15539
Diffstat (limited to 'httemplate/edit/prospect_main.html')
| -rw-r--r-- | httemplate/edit/prospect_main.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/prospect_main.html b/httemplate/edit/prospect_main.html index ab01930e5..c8c8e98e1 100644 --- a/httemplate/edit/prospect_main.html +++ b/httemplate/edit/prospect_main.html @@ -184,8 +184,10 @@ my $javascript = <<END; var c = f.company; if ( f.residential_commercial_Residential.checked ) { c.disabled = true; + c.style.backgroundColor = '#dddddd'; } else if ( f.residential_commercial_Commercial.checked ) { c.disabled = false; + c.style.backgroundColor = '#ffffff'; } } </SCRIPT> |
