summaryrefslogtreecommitdiffstats
path: root/extensions/TrackingFlags/template/en/default/hook/global/code-error-errors.html.tmpl
blob: d656aac927e2d8d160ace7aec8e6212cdaa1e222 (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
[%# 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.
  #%]

[% IF error == "tracking_flags_invalid_product" %]
  [% title = "Invalid Product" %]
  The product named '[% product FILTER html %]' does not exist.

[% ELSIF error == "tracking_flags_invalid_component" %]
  [% title = "Invalid Component" %]
  The component named '[% component_name FILTER html %]' does not exist in the
  product '[% product FILTER html %]'.

[% ELSIF error == "tracking_flags_invalid_item_id" %]
  [% title = "Invalid " _ item _ " ID" %]
  Invalid [% item FILTER html %] ID ([% id FILTER html %]).

[% ELSIF error == "tracking_flags_invalid_param" %]
  [% title = "Invalid Parameter Provided" %]
  An invalid parameter '[% value FILTER html %]'
  for '[% name FILTER html %]' was provided.

[% END %]