summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2013-08-14 22:45:29 +0200
committerDave Lawrence <dlawrence@mozilla.com>2013-08-14 22:45:29 +0200
commit037272636fbad946b1572ce962542d000d06bb3c (patch)
tree18044ec4ddf8ccd33dc11c9a7d4e33ba1e2b7f01 /extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl
parent234df0b3f6ff8cabfefe533915e4e06aa03b2bfb (diff)
downloadbugzilla-037272636fbad946b1572ce962542d000d06bb3c.tar.gz
bugzilla-037272636fbad946b1572ce962542d000d06bb3c.tar.xz
Bug 904713 - Mobile Web Compatibility Custom Bugzilla form
r=dkl
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl33
1 files changed, 33 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl
new file mode 100644
index 000000000..37b7d98d5
--- /dev/null
+++ b/extensions/BMO/template/en/default/bug/create/comment-mobile-compat.txt.tmpl
@@ -0,0 +1,33 @@
+[%# 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 +%]
+
+Site: [%+ cgi.param("bug_file_loc") %]
+[%+ cgi.param("short_desc") %]
+
+:: Steps To Reproduce
+
+[%+ cgi.param("desc") %]
+
+:: Expected Result
+
+[%+ cgi.param("expected_result") %]
+
+:: Actual Result
+
+[%+ cgi.param("actual_result") %]
+
+:: Additional Information
+
+Software Version: [% cgi.param("software_version") %]
+[% IF cgi.param("device") %]
+Device Information: [% cgi.param("device") %]
+[% END %]
+Reporter's User Agent: [% cgi.param("user_agent") %]