From 76c3a58cd5e5f040c09258b98727c42f7059a78d Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 6 Jan 2006 22:38:35 +0000 Subject: Backing out fix for bug 287325 (initial implementation of custom fields): turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month. --- template/en/default/bug/edit.html.tmpl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 9768dd3b4..2252528ac 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -497,15 +497,6 @@ [% END %] -[%# *** Custom Fields *** %] - -[% USE Bugzilla %] - - [% FOREACH field = Bugzilla.get_fields({ obsolete => 0, custom => 1 }) %] - [% PROCESS bug/field.html.tmpl value=bug.${field.name} %] - [% END %] -
- [%# *** Attachments *** %] [% PROCESS attachment/list.html.tmpl -- cgit v1.2.3-24-g4f1b