summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2013-01-17 16:54:33 +0100
committerDave Lawrence <dlawrence@mozilla.com>2013-01-17 16:54:33 +0100
commitc08eabfab5f747ad1031fb9276f706b31fd89223 (patch)
tree26a63310ef05bb7d7fe6ade44ab11565ae80634c /template
parent52c4af9cd8617c38053f92ea473e9d5c10281479 (diff)
downloadbugzilla-c08eabfab5f747ad1031fb9276f706b31fd89223.tar.gz
bugzilla-c08eabfab5f747ad1031fb9276f706b31fd89223.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 03c26c5aa..c9448a503 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1722,6 +1722,11 @@
[% title = "Unknown Tab" %]
There is no tab named <code>[% current_tab_name FILTER html %]</code>.
+ [% 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'} %]