diff options
author | lpsolit%gmail.com <> | 2007-04-11 04:30:32 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-11 04:30:32 +0200 |
commit | 09becc83e7b67df0e72ede95592cce22b04a806c (patch) | |
tree | d1bc23e98614d6fef3c100c7f39131724bcf33ce /template/en | |
parent | edcc538e961a21c18566bf71fea02c0ef5bbd256 (diff) | |
download | bugzilla-09becc83e7b67df0e72ede95592cce22b04a806c.tar.gz bugzilla-09becc83e7b67df0e72ede95592cce22b04a806c.tar.xz |
Bug 375191: Remove ChangeStatus() and ChangeResolution() from process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat r=bkor a=LpSolit
Diffstat (limited to 'template/en')
-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 171eb9c20..4fa138206 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -977,6 +977,11 @@ does not exist. [% END %] + [% ELSIF error == "missing_resolution" %] + [% title = "Resolution Required" %] + A valid resolution is required to mark [% terms.bugs %] as + [%+ status FILTER upper FILTER html %]. + [% ELSIF error == "move_bugs_disabled" %] [% title = BLOCK %][% terms.Bug %] Moving Disabled[% END %] Sorry, [% terms.bug %] moving has been disabled. If you need |