diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-16 00:53:37 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-16 00:53:37 +0100 |
commit | 013e70552d98fc3beb0d075108138a8b6afbacc7 (patch) | |
tree | 6cbf0420bd3cd05e825aced4c6d7e669b55241be /template | |
parent | 120b63d507a3316666b25494bc890a024948aef8 (diff) | |
download | bugzilla-013e70552d98fc3beb0d075108138a8b6afbacc7.tar.gz bugzilla-013e70552d98fc3beb0d075108138a8b6afbacc7.tar.xz |
Move the no_open_bug_status code error into the Voting extension.
https://bugzilla.mozilla.org/show_bug.cgi?id=372979
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b8a87fb58..483aec58a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -374,11 +374,6 @@ You cannot set the resolution of [% terms.abug %] to [% display_value("resolution", "MOVED") FILTER html %] without moving the [% terms.bug %]. - [% ELSIF error == "no_open_bug_status" %] - [% title = "$terms.Bug Cannot Be Confirmed" %] - There is no valid transition from - [%+ display_value("bug_status", "UNCONFIRMED") FILTER html %] to an open state. - [% ELSIF error == "param_invalid" %] [% title = "Invalid Parameter" %] <code>[% param FILTER html %]</code> is not a valid parameter |