diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 17:33:07 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 17:33:07 +0100 |
commit | 44de8d5f7886fa65ba5f074657c0b154f0072aeb (patch) | |
tree | aa2395abcdb3d404604803c3dd74688c2461e814 /template/en/default/global | |
parent | 80540f731d1e736e8a60a2c9e76a64d8a4c76fad (diff) | |
download | bugzilla-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')
-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 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'} %] |