]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 574029: Remove the red "required" star from fields on show_bug.cgi
authorTiago Mello <timello@linux.vnet.ibm.com>
Thu, 24 Jun 2010 16:53:50 +0000 (09:53 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 24 Jun 2010 16:53:50 +0000 (09:53 -0700)
r=mkanat, a=mkanat

template/en/default/bug/field-label.html.tmpl

index 54f97ecd76d4e99b9eb0e946c528587355045192..0b794f82a0b13a8458ef3c25b17fb5f9a40cc60a 100644 (file)
@@ -29,7 +29,7 @@
 [% PROCESS "bug/field-help.none.tmpl" %]
 [% DEFAULT tag_name = "th" %]
 <[% tag_name FILTER html %] class="field_label [% ' bz_hidden_field' IF hidden %]
-           [%- ' required' IF field.is_mandatory %]"
+           [%- ' required' IF field.is_mandatory && NOT bug.id %]"
     id="field_label_[% field.name FILTER html %]"
     [% IF rowspan %] rowspan="[% rowspan FILTER html %]"[% END %]>