summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-17 17:33:07 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-17 17:33:07 +0100
commit44de8d5f7886fa65ba5f074657c0b154f0072aeb (patch)
treeaa2395abcdb3d404604803c3dd74688c2461e814 /template/en/default/global/user-error.html.tmpl
parent80540f731d1e736e8a60a2c9e76a64d8a4c76fad (diff)
downloadbugzilla-44de8d5f7886fa65ba5f074657c0b154f0072aeb.tar.gz
bugzilla-44de8d5f7886fa65ba5f074657c0b154f0072aeb.tar.xz
Bug 752946 - Moving a bug into another product lists inactive components, milestones and versions
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-rw-r--r--template/en/default/global/user-error.html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index fca219401..2ec81a6f6 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1687,6 +1687,11 @@
[% title = "Unknown Tab" %]
<code>[% current_tab_name FILTER html %]</code> is not a legal tab name.
+ [% ELSIF error == "value_inactive" %]
+ [% title = "Value is Not Active" %]
+ [% type = BLOCK %][% INCLUDE object_name class = class %][% END %]
+ The [% type FILTER html %] value '[% value FILTER html %]' is not active.
+
[% ELSIF error == "version_already_exists" %]
[% title = "Version Already Exists" %]
[% admindocslinks = {'versions.html' => 'Administering versions'} %]