summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-09 21:58:35 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-09 21:58:35 +0100
commit23df227af3c7e2d1e9aaefda9ff2b4fd45546ac3 (patch)
tree7cbc126b29b6d09a74fd375742eed51a37426806 /extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl
parent5bb3d3fb55bc19823a55c0e48322021a5c556394 (diff)
downloadbugzilla-23df227af3c7e2d1e9aaefda9ff2b4fd45546ac3.tar.gz
bugzilla-23df227af3c7e2d1e9aaefda9ff2b4fd45546ac3.tar.xz
Bug 708313 - Create Encryption Key Submission Bugzilla Form
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl28
1 files changed, 28 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl
new file mode 100644
index 000000000..9a38af7cc
--- /dev/null
+++ b/extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl
@@ -0,0 +1,28 @@
+[%# 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 <dkl@mozilla.com>
+ #%]
+[% USE Bugzilla %]
+[% cgi = Bugzilla.cgi %]
+
+Recovery Key: [% cgi.param('recoverykey') %]
+Asset Tag Number: [% cgi.param('assettag') %]
+
+[% IF cgi.param('comment') %]
+[%+ cgi.param('comment') %]
+[% END %]