From efa49b3924c2a5776084eaddae04a547e869df7d Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 8 Dec 2011 15:23:33 -0500 Subject: Bug 702866 - Legal would like to update our MoLegal bugzilla request form --- .../en/default/bug/create/comment-legal.txt.tmpl | 39 ++++ .../en/default/bug/create/create-legal.html.tmpl | 213 +++++++++++---------- 2 files changed, 147 insertions(+), 105 deletions(-) create mode 100644 extensions/BMO/template/en/default/bug/create/comment-legal.txt.tmpl (limited to 'extensions/BMO/template/en') 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 new file mode 100644 index 000000000..eb00a88d9 --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/comment-legal.txt.tmpl @@ -0,0 +1,39 @@ +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the BMO Bugzilla Extension. + # + # The Initial Developer of the Original Code is the Mozilla Foundation + # Portions created by the Initial Developers are Copyright (C) 2011 the + # Initial Developer. All Rights Reserved. + # + # Contributor(s): + # David Lawrence + #%] +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + +Priority for your Team: +[%+ cgi.param('teampriority') %] + +Timeframe for Completion: +[%+ cgi.param('timeframe') %] + +Goal: +[%+ cgi.param('goal') %] + +Business Objective: +[%+ cgi.param('busobj') %] + +Other Party: +[%+ cgi.param('otherparty') %] + +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 c690370fe..c11e86f89 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 @@ -33,56 +33,32 @@
MoLegal
-

Welcome to MoLegal. If you need legal assistance please complete the form below. To best service -your request, it is essential that you give us complete information so we can respond -properly and in a timely fashion. Please use this form only for requests for legal -assistance related to the Mozilla Corporation. If you’ve been arrested, do not use -this form or contact us.

- -

Process:

- -
  1. Complete and submit request below.
  2. -
  3. Your request will be reviewed and assigned to the appropriate legal service provider as necessary.
  4. -
  5. We will contact you to confirm receipt, gather any additional information, and agree on a completion timeline.
  6. -
- -

These requests will only be visible internally and in all cases and only to the -person who submitted the request and any persons designated in the CC line.

+

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

+ +

Legal 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.

- - -
- - - - - - - + + + + + + + + + + [% IF user.in_group('canconfirm') %] + + [% END %] - + + + + + + - + - - - - - - - - - + + + + + + + + + - + - + - - - - - - - - - - - + + + + + + + + + + + + + + - + + - + -
Request Type:Request Type:
+ Goal: + + Identify the company goal this request maps to.
+ +
- Urgency: + Priority to your Team: - + + +
First Response: + Timeframe for Completion: + -If your request is a project with numerous milestones or stages, please describe the first task you would like to see completed.
-
- + + + + +
Summary: - -
CC (optional): - [% INCLUDE global/userselect.html.tmpl - id => "cc" - name => "cc" - value => cc - size => 60 - multiple => 5 - %] -
+ 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: + Name of Other Party: + -If applicable, include full legal entity name, address, and any other relevant contact information.
+ If applicable, include full legal entity name, address, and any other relevant contact information.
Business Objective: + Business Objective: +
Description: -Describe your question, what you want and/or provide any relevant deal terms, restrictions, or provisions that are applicable. - -
-
URL (optional): - -


Attachment (this is optional)
+ 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.
+ -
+
-

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

+

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

[% ELSE %] -- cgit v1.2.3-24-g4f1b