From ae24301210daff35e5fc93313d8d4c13890fa0df Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 12 Aug 2016 18:55:04 -0400 Subject: Revert "Bug 1292907 - Create custom Name Clearance form" This reverts commit 1514a2ad792751120d5010a14d78575cb6c1a969. --- .../en/default/bug/create/create-nda.html.tmpl | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 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 a03a5ca0f..4c1dcdbe4 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,10 +37,8 @@ $(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 %] @@ -80,7 +78,7 @@ $(function() { party or provide them with ours at this stage of the relationship? - @@ -93,7 +91,7 @@ $(function() { If yes, please explain. - +
@@ -102,7 +100,7 @@ $(function() { What is the purpose of exchanging confidential information with the other party?
- +
@@ -111,7 +109,7 @@ $(function() { What confidential information will Mozilla be sharing?
- +
@@ -120,7 +118,7 @@ $(function() { What confidential information will the other party be sharing?
- +
@@ -132,29 +130,32 @@ $(function() { - + - + - + - +
+

+ [ * Required Field ] +

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