summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
blob: 8e33caec59f9a009485537a93c72bf55c54fe445 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- 1.0@bugzilla.org -->
[%# 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 Bugzilla Bug Tracking System.
  #
  # The Initial Developer of the Original Code is Netscape Communications
  # Corporation. Portions created by Netscape are
  # Copyright (C) 1998 Netscape Communications Corporation. All
  # Rights Reserved.
  #
  # Contributor(s): Matthew Tuck <matty@chariot.net.au>
  #%]

[% PROCESS global/variables.none.tmpl %]

<p>
  [% UNLESS cloned_bug_id %]
    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="http://www.mozilla.org/quality/bug-writing-guidelines.html">
  [% 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 %].
</p>

[% IF product.name == 'Bugzilla' &&
      (user.in_group('mozilla-corporation') || user.in_group('mozilla-foundation')) %]
  <div id="bug_create_warning">
    <div id="bug_create_warning_image">
      <img src="extensions/BMO/web/images/sign_warning.png" width="32" height="32">
    </div>
    <div id="bug_create_warning_text">
      <b>Mozilla employees</b><br>
      This is not the place to request configuration, permission, or
      account changes to this installation of [% terms.Bugzilla %] (bugzilla.mozilla.org).<br>
      File such changes under the appropriate component in the
      <a href="enter_bug.cgi?product=bugzilla.mozilla.org;component=Administration"><b>bugzilla.mozilla.org</b></a>
      product.
    </div>
  </div>
[% END %]