From 0770f155408549cfb402693eb8b702576b0c62ff Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 3 Oct 2016 17:17:25 +0000 Subject: Bug 1305861 - Error today in creating legal bugs from the Project Review form --- .../template/en/default/bug/create/create-legal.html.tmpl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl index 5ca47bc5a..670bd42ea 100644 --- a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl @@ -24,7 +24,7 @@ [% inline_style = BLOCK %] .field_label { width: 170px; - padding-top: 10px; + margin-top: 10px; } label.required:before { content: "* "; @@ -54,6 +54,17 @@ label.required:before { [% PROCESS 'bug/create/user-message.html.tmpl' no_bug_guidelines = 1, no_guided_bug_link = 1 %] +[% + hide_components = [ + 'Firefox Distribution or Other Partner Agreement', + 'Independent Contractor Agreement', + 'Name Clearance (Trademark Search)', + 'NDA', + 'Search', + 'Vendor/Services' + ] +%] +

Mozilla Legal

All submissions, and information provided in response to this request, are confidential and @@ -88,6 +99,7 @@ label.required:before { [%- FOREACH c = product.components %] [% NEXT IF NOT c.is_active %] + [% NEXT IF hide_components.contains(c.name) %]