From 23df227af3c7e2d1e9aaefda9ff2b4fd45546ac3 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 9 Jan 2012 15:58:35 -0500 Subject: Bug 708313 - Create Encryption Key Submission Bugzilla Form --- .../bug/create/comment-recoverykey.txt.tmpl | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl (limited to 'extensions/BMO/template/en/default/bug/create/comment-recoverykey.txt.tmpl') 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 + #%] +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + +Recovery Key: [% cgi.param('recoverykey') %] +Asset Tag Number: [% cgi.param('assettag') %] + +[% IF cgi.param('comment') %] +[%+ cgi.param('comment') %] +[% END %] -- cgit v1.2.3-24-g4f1b