diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 17:29:07 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 17:29:07 +0100 |
commit | 9035629755f4c20b7e8c974efd696f09aae981c8 (patch) | |
tree | 7eec05597c148a4d47f1533881acdbc148a3f41b /template | |
parent | f4fc2d24552273b713123dc7084bc01d595db119 (diff) | |
download | bugzilla-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.tmpl | 5 |
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'} %] |