From 806f97062f7b45516d7b564b5f943d7353cbd946 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 12 Aug 2016 20:59:31 -0400 Subject: Re-applying Bug 1292907 to test staging weirdness. --- .../en/default/bug/create/create-nda.html.tmpl | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'extensions/BMO/template/en/default/bug/create/create-nda.html.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/create-nda.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-nda.html.tmpl index 4c1dcdbe4..a03a5ca0f 100644 --- a/extensions/BMO/template/en/default/bug/create/create-nda.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-nda.html.tmpl @@ -37,8 +37,10 @@ $(function() { $('#nda_needed').on('change', function() { if ($('#nda_needed').val() == 'Yes') $('#nda_needed_reason_row').show(); + $('#nda_needed_reason').attr('disabled', false); else $('#nda_needed_reason_row').hide(); + $('#nda_needed_reason').attr('disabled', true); }); }); [% END %] @@ -78,7 +80,7 @@ $(function() { party or provide them with ours at this stage of the relationship? - @@ -91,7 +93,7 @@ $(function() { If yes, please explain. - +
@@ -100,7 +102,7 @@ $(function() { What is the purpose of exchanging confidential information with the other party?
- +
@@ -109,7 +111,7 @@ $(function() { What confidential information will Mozilla be sharing?
- +
@@ -118,7 +120,7 @@ $(function() { What confidential information will the other party be sharing?
- +
@@ -130,32 +132,29 @@ $(function() { - + - + - + - +
-

- [ * Required Field ] -

[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b