diff options
author | lpsolit%gmail.com <> | 2006-03-28 08:25:38 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-28 08:25:38 +0200 |
commit | 60720d6c4768e932e33d49ef3bbee91c13dc81aa (patch) | |
tree | dbc824766e5cd3b74112be72cdcbb7bd99be244a /template/en/default/global | |
parent | d9d7c1c44820cb866e3214f1a34a5dfcbc851ee1 (diff) | |
download | bugzilla-60720d6c4768e932e33d49ef3bbee91c13dc81aa.tar.gz bugzilla-60720d6c4768e932e33d49ef3bbee91c13dc81aa.tar.xz |
Bug 92515: Implement the ability to change the resolution of a bug without reopening it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index c217b2347..6e029e1f5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -320,11 +320,6 @@ [% title = "Description Required" %] You must provide a description of the [% terms.bug %]. - [% ELSIF error == "dupe_entry_found" %] - [% title = "Already marked as duplicate" %] - This [% terms.bug %] has already been marked as a duplicate - of [% terms.bug %] [%+ dupe_of FILTER html %]. - [% ELSIF error == "dupe_not_allowed" %] [% title = "Cannot mark $terms.bugs as duplicates" %] You cannot mark [% terms.bugs %] as duplicates when |