summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-05-01 08:12:59 +0200
committerByron Jones <bjones@mozilla.com>2013-05-01 08:12:59 +0200
commitb2f7765446bb382ff0716785832c4135f695b498 (patch)
treead709e4fd3d1a0d7c7b422fa2eaa9722307f1a7b /extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl
parent617e59c29d0987ab03dc59db4f97df36dc29b58f (diff)
downloadbugzilla-b2f7765446bb382ff0716785832c4135f695b498.tar.gz
bugzilla-b2f7765446bb382ff0716785832c4135f695b498.tar.xz
Bug 867207: make the "Internet Public Policy" custom form the default for bugs, with a link to the standard bug entry form
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl
index 0bf75f4a9..fb59cfeb3 100644
--- a/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/create-ipp.html.tmpl
@@ -21,6 +21,19 @@
font-family: inherit;
font-size: inherit;
}
+
+#standard_link {
+ margin-top: 2em;
+}
+
+#standard_link img {
+ vertical-align: middle;
+}
+
+#standard_link a {
+ cursor: pointer;
+}
+
[% END %]
[% inline_javascript = BLOCK %]
@@ -160,4 +173,11 @@ function validateAndSubmit() {
[ <span class="required_star">*</span> <span class="required_explanation">Required Field</span> ]
+<div id="standard_link">
+ <a href="enter_bug.cgi?format=__standard__&product=[% product.name FILTER uri %]">
+ <img src="extensions/BMO/web/images/advanced.png" width="16" height="16" border="0"></a>
+ <a href="enter_bug.cgi?format=__standard__&product=[% product.name FILTER uri %]">
+ Switch to the standard [% terms.bug %] entry form</a>
+</div>
+
[% PROCESS global/footer.html.tmpl %]