summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-17 17:29:07 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-17 17:29:07 +0100
commit9035629755f4c20b7e8c974efd696f09aae981c8 (patch)
tree7eec05597c148a4d47f1533881acdbc148a3f41b /template
parentf4fc2d24552273b713123dc7084bc01d595db119 (diff)
downloadbugzilla-9035629755f4c20b7e8c974efd696f09aae981c8.tar.gz
bugzilla-9035629755f4c20b7e8c974efd696f09aae981c8.tar.xz
Bug 752946 - Moving a bug into another product lists inactive components, milestones and versions
r/a=LpSolit
Diffstat (limited to 'template')
-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 4269d693d..2341cd58f 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1639,6 +1639,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'} %]