]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 452733: [Classification] should not be next to bug ID and short_desc in the show_...
authormkanat%bugzilla.org <>
Tue, 2 Sep 2008 10:52:00 +0000 (10:52 +0000)
committermkanat%bugzilla.org <>
Tue, 2 Sep 2008 10:52:00 +0000 (10:52 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit

template/en/default/bug/edit.html.tmpl

index 7deb84c82fdd6bdab9eec07a8143df1966b98067..8e2e932f7b9fe6619620aa825ad895f1d6dc3958 100644 (file)
   [%# 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 %]&nbsp;[% bug.bug_id FILTER html %]</b>
      </a> -