diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 10:54:33 -0500 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-01-17 10:54:33 -0500 |
commit | c08eabfab5f747ad1031fb9276f706b31fd89223 (patch) | |
tree | 26a63310ef05bb7d7fe6ade44ab11565ae80634c /template | |
parent | 52c4af9cd8617c38053f92ea473e9d5c10281479 (diff) | |
download | bugs-c08eabfab5f747ad1031fb9276f706b31fd89223.tar bugs-c08eabfab5f747ad1031fb9276f706b31fd89223.tar.gz bugs-c08eabfab5f747ad1031fb9276f706b31fd89223.tar.bz2 bugs-c08eabfab5f747ad1031fb9276f706b31fd89223.tar.xz bugs-c08eabfab5f747ad1031fb9276f706b31fd89223.zip |
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 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'} %] |