From 7ab2e46e4b0ec991f5f51c2b8f384ba7321945fc Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 13 Sep 2016 18:28:01 -0400 Subject: Bug 1297522 - changes to legal form --- .../en/default/bug/create/comment-legal.txt.tmpl | 19 +- .../en/default/bug/create/create-legal.html.tmpl | 336 ++++++++++----------- .../en/default/bug/create/custom_forms.none.tmpl | 20 +- 3 files changed, 189 insertions(+), 186 deletions(-) diff --git a/extensions/BMO/template/en/default/bug/create/comment-legal.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-legal.txt.tmpl index eb00a88d9..1dcad573a 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-legal.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-legal.txt.tmpl @@ -20,20 +20,11 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -Priority for your Team: -[%+ cgi.param('teampriority') %] +>> Business Unit +[%+ cgi.param('business_unit') %] -Timeframe for Completion: -[%+ cgi.param('timeframe') %] +>> Important Dates +[%+ cgi.param('important_dates') %] -Goal: -[%+ cgi.param('goal') %] - -Business Objective: -[%+ cgi.param('busobj') %] - -Other Party: -[%+ cgi.param('otherparty') %] - -Description: +>> Description [%+ cgi.param("comment") %] 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 e894c5ce5..5ca47bc5a 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 @@ -21,36 +21,48 @@ [% PROCESS global/variables.none.tmpl %] +[% inline_style = BLOCK %] +.field_label { + width: 170px; + padding-top: 10px; +} +label.required:before { + content: "* "; + color: red; +} +.required_star { + color: red; +} +[% END %] + [% PROCESS global/header.html.tmpl title = "Mozilla Corporation Legal Requests" generate_api_token = 1 + style = inline_style style_urls = [ 'skins/standard/attachment.css', 'skins/custom/create_bug.css' ] javascript_urls = [ 'js/attachment.js', 'js/field.js' ] %] -[% IF user.in_group("mozilla-employee-confidential") - OR user.in_group("mozilla-messaging-confidential") - OR user.in_group("mozilla-foundation-confidential") %] - -
MoLegal
+[% IF NOT user.in_group("mozilla-employee-confidential") + AND NOT user.in_group("mozilla-messaging-confidential") + AND NOT user.in_group("mozilla-foundation-confidential") %] +

Sorry, you do not have access to this page.

+ [% PROCESS global/footer.html.tmpl %] + [% RETURN %] +[% END %] [% PROCESS 'bug/create/user-message.html.tmpl' no_bug_guidelines = 1, no_guided_bug_link = 1 %] -

Welcome to MoLegal. For legal help please fill in the form below completely.

+

Mozilla Legal

-

Legal [% terms.bugs %] are only visible to the reporter, members of the legal team, and those on the -CC list. This is necessary to maintain attorney-client privilege. Please do not add non- -employees to the cc list.

+

All submissions, and information provided in response to this request, are confidential and + subject to the Attorney-Client Privilege and Work Product Doctrine.

-

All Submissions, And Information Provided In Response To This Request, -Are Confidential And Subject To The Attorney-Client Privilege And Work Product Doctrine.

+

Legal [% terms.bugs %] are only available to the reporter, the cc list, and members of the legal team. + This is to maintain confidentiality and privilege. Non-employees should not be included on legal [% terms.bugs %]. -

If you are requesting legal review of a new product or service, a new feature of an existing product - or service, or any type of contract, please go - here - to kick-off review of your project. If you are requesting another type of legal action, e.g patent analysis, - trademark misuse investigation, HR issue, or standards work, please use this form.

+

[ * Required Field ]

@@ -60,170 +72,154 @@ Are Confidential And Subject To The Attorney-Client Privilege And Work Product D + [% IF user.in_group('canconfirm') %] [% END %] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
Request Type: - -
- Goal: - - Identify the company goal this request maps to.
- -
- Priority to your Team: - - -
- Timeframe for Completion: - - -
- Summary: - - Include the name of the vendor, partner, product, or other identifier.
- -
- CC (optional): - - [% INCLUDE global/userselect.html.tmpl - id => "cc" - name => "cc" - value => cc - size => 60 - multiple => 5 - %] -
- Name of Other Party: - - If applicable, include full legal entity name, address, and any other relevant contact information.
- -
- Business Objective: - - -
- Description: - - Describe your question, what you want and/or provide any relevant deal terms, restrictions,
- or provisions that are applicable. Also provide context and background.

- -
URL (optional): - -
Attachment (this is optional)
- - - Enter the path to the file on your computer.
- - -
- - - Describe the attachment briefly.
- -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [% IF user.in_group('editbugs', product.id) %] + + + + + + + + + + [% END %] + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + [% INCLUDE global/userselect.html.tmpl + id => "cc" + name => "cc" + size => 60 + classes => ["bz_userfield"] + multiple => 5 + %] +
+ + + +
+ + + +
+ + + +
+ + + +
+ Please attach any additional information needed for this request. + +
+ + + +
+ + + +
-
- -

Thanks for contacting us. You will be notified by email of any progress made in resolving your request.

-[% ELSE %] - -

Sorry, you do not have access to this page.

- -[% END %] - [% PROCESS global/footer.html.tmpl %] diff --git a/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl b/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl index f02f753a3..9ec71766b 100644 --- a/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl +++ b/extensions/BMO/template/en/default/bug/create/custom_forms.none.tmpl @@ -211,11 +211,27 @@ custom_forms = { ], "Legal" => [ { - title => "NDA Request Form", + title => 'Mozilla Foundation Vendor Request', + link => 'enter_bug.cgi?product=Mozilla%20Foundation%20Operations', + }, + { + title => 'Mozilla Corporation Vendor Request', + link => 'form.moz.project.review' + }, + { + title => 'Commercial (Partner) Agreement', + link => 'form.moz.project.review' + }, + { + title => 'Independant Contractor Request', + link => 'form.moz.project.review' + }, + { + title => "NDA Request", link => "form.nda", }, { - title => "Name Clearance Request Form", + title => "Name Clearance Request", link => "form.name.clearance", } ], -- cgit v1.2.3-24-g4f1b