summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-08-13 02:59:31 +0200
committerDylan William Hardison <dylan@hardison.net>2016-08-13 02:59:31 +0200
commit806f97062f7b45516d7b564b5f943d7353cbd946 (patch)
tree147682d900db5be4834f9bc8b5a4af6eeff8a2d5 /extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
parentae24301210daff35e5fc93313d8d4c13890fa0df (diff)
downloadbugzilla-806f97062f7b45516d7b564b5f943d7353cbd946.tar.gz
bugzilla-806f97062f7b45516d7b564b5f943d7353cbd946.tar.xz
Re-applying Bug 1292907 to test staging weirdness.
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/user-message.html.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/user-message.html.tmpl16
1 files changed, 9 insertions, 7 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl b/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
index 1612f98b3..e01ac4845 100644
--- a/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
@@ -9,18 +9,20 @@
[% PROCESS global/variables.none.tmpl %]
<p>
- [% UNLESS cloned_bug_id %]
+ [% UNLESS cloned_bug_id || no_guided_bug_link %]
Consider using the
<a href="enter_bug.cgi?product=[% product.name FILTER html %]&amp;format=guided"
><img src="extensions/BMO/web/images/guided.png" width="16" height="16" align="absmiddle" border="0">
[%+ terms.Bugzilla %] Helper</a> instead of this form.
[% END +%]
- Before reporting a [% terms.bug %], make sure you've read our
- <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">
- [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
- been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
- most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
- search through descriptions</a> of previously reported [% terms.bugs %].
+ [% UNLESS no_bug_guidelines %]
+ Before reporting a [% terms.bug %], make sure you've read our
+ <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">
+ [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
+ been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
+ most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
+ search through descriptions</a> of previously reported [% terms.bugs %].
+ [% END %]
</p>
[%