diff options
author | mkanat%bugzilla.org <> | 2008-09-02 12:50:53 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-09-02 12:50:53 +0200 |
commit | 1876ce879851d46ed024a672a689dc7a1c537a23 (patch) | |
tree | d0ee1fb122a4b74552ae2c3282a81e99de056549 /template | |
parent | 0265a53c1309071b202422225725087393a2ed56 (diff) | |
download | bugzilla-1876ce879851d46ed024a672a689dc7a1c537a23.tar.gz bugzilla-1876ce879851d46ed024a672a689dc7a1c537a23.tar.xz |
Bug 452733: [Classification] should not be next to bug ID and short_desc in the show_bug header
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7deb84c82..8e2e932f7 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -294,9 +294,6 @@ [%# That's the main table, which contains all editable fields. %] <div class="bz_alias_short_desc_container"> - [% IF Param('useclassification') && bug.classification_id != 1 %] - <b>[[% bug.classification FILTER html %]]</b> - [% END %] <a href="show_bug.cgi?id=[% bug.bug_id %]"> <b>[% terms.Bug %] [% bug.bug_id FILTER html %]</b> </a> - |