diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-18 22:48:21 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-06-18 22:48:21 +0200 |
commit | db2a5492739a143ff828bbf25b1c97ab1524a9b9 (patch) | |
tree | 5047b59069a9f21f4a45ce770d991fc53fcba245 /template/en/default/pages | |
parent | 7ae63b1e06f607ede3ed32829ac9316e4c657247 (diff) | |
download | bugzilla-db2a5492739a143ff828bbf25b1c97ab1524a9b9.tar.gz bugzilla-db2a5492739a143ff828bbf25b1c97ab1524a9b9.tar.xz |
Bug 556422: Move the existing bug-moving functionality into an extension
called OldBugMove.
r=dkl, a=mkanat
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index b3583b568..de089ec11 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -203,18 +203,6 @@ behavior would occur. If more information appears later, the [% terms.bug %] can be reopened. </dd> - - [% IF Param('move-enabled') %] - <dt> - [% display_value("resolution", "MOVED") FILTER html %] - </dt> - <dd> - The problem was specific to a related product - whose [% terms.bugs %] are tracked in - another [% terms.bug %] database. - The [% terms.bug %] has been moved to that database. - </dd> - [% END %] </dl> </td> </tr> |