From e3153622907e9ddfb31ef980c486b4985ed577e3 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 31 Oct 2012 15:52:09 -0400 Subject: Bug 787478 - Create Custom Entry Form for Data Safety/Legal/Security/Privacy Assurance Bugs --- .../comment-moz-project-review-legal.txt.tmpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-legal.txt.tmpl (limited to 'extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-legal.txt.tmpl') diff --git a/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-legal.txt.tmpl b/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-legal.txt.tmpl new file mode 100644 index 000000000..345557743 --- /dev/null +++ b/extensions/MozProjectReview/template/en/default/bug/create/comment-moz-project-review-legal.txt.tmpl @@ -0,0 +1,22 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + +[% PROCESS "bug/create/comment-moz-project-review.txt.tmpl" %] + +Legal Questions: + +Priority: [% cgi.param('legal_priority') %] +Other Party: [% cgi.param('legal_other_party') %] +Business Objective: [% cgi.param('legal_business_objective') %] +URL: [% cgi.param('legal_url') %] +SOW Details: [% cgi.param('legal_sow_details') %] +Description: +[%+ cgi.param('legal_description') %] -- cgit v1.2.3-24-g4f1b