X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_forward.cgi;h=2b9d35ad1bf92ed0f5bb4fa58d8ea18645755dd7;hp=2e6c5f1a074f1e8d68fc898c76e77752816ced03;hb=f4247c22a77543afa76f4bc81281bdda71f776cf;hpb=4594b30617c2759dc38a51a1ea23a336abbeb24a diff --git a/httemplate/edit/svc_forward.cgi b/httemplate/edit/svc_forward.cgi index 2e6c5f1a0..2b9d35ad1 100755 --- a/httemplate/edit/svc_forward.cgi +++ b/httemplate/edit/svc_forward.cgi @@ -129,15 +129,19 @@ Service: <%= $part_svc->svc %>

function srcchanged(what) { if ( what.options[what.selectedIndex].value == 0 ) { what.form.src.disabled = false; + what.form.src.style.backgroundColor = "white"; } else { what.form.src.disabled = true; + what.form.src.style.backgroundColor = "lightgrey"; } } function dstchanged(what) { if ( what.options[what.selectedIndex].value == 0 ) { what.form.dst.disabled = false; + what.form.dst.style.backgroundColor = "white"; } else { what.form.dst.disabled = true; + what.form.dst.style.backgroundColor = "lightgrey"; } } @@ -153,7 +157,7 @@ function dstchanged(what) { <% } %> <% if ( $svc_forward->dbdef_table->column('src') ) { %> -> +> <% } %> @@ -164,7 +168,7 @@ function dstchanged(what) { <% } %> -> +>