summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorTiago Mello <timello@linux.vnet.ibm.com>2010-06-24 18:53:50 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-06-24 18:53:50 +0200
commit15fd6fe4ead020f79f004dfb42ce2e1819aaeb0d (patch)
treefec70d088ebeba535ea728db1f6a545aa1dc271c /template
parent622a4e8f3085550718e08ad2c1a907c07086a627 (diff)
downloadbugzilla-15fd6fe4ead020f79f004dfb42ce2e1819aaeb0d.tar.gz
bugzilla-15fd6fe4ead020f79f004dfb42ce2e1819aaeb0d.tar.xz
Bug 574029: Remove the red "required" star from fields on show_bug.cgi
r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/field-label.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/field-label.html.tmpl b/template/en/default/bug/field-label.html.tmpl
index 54f97ecd7..0b794f82a 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 %]>