From: Tiago Mello Date: Thu, 24 Jun 2010 16:53:50 +0000 (-0700) Subject: Bug 574029: Remove the red "required" star from fields on show_bug.cgi X-Git-Tag: bugzilla-3.7.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15fd6fe4ead020f79f004dfb42ce2e1819aaeb0d;p=thirdparty%2Fbugzilla.git Bug 574029: Remove the red "required" star from fields on show_bug.cgi r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl index 54f97ecd76..0b794f82a0 100644 --- a/template/en/default/bug/field-label.html.tmpl +++ b/template/en/default/bug/field-label.html.tmpl @@ -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 %]>