From: Lalit Khattar Date: Wed, 18 Jun 2014 07:10:14 +0000 (+0800) Subject: Bug 575211: show_bug.cgi should use field-label.html.tmpl for field headers X-Git-Tag: bugzilla-4.5.5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944b3270eebfc3a419c8917406d0754d8e92d0bb;p=thirdparty%2Fbugzilla.git Bug 575211: show_bug.cgi should use field-label.html.tmpl for field headers r=glob,a=sgreen --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index e4472c5728..f7cb57fd83 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -364,11 +364,10 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] - - : - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.target_milestone + editable = 1 + %] [% PROCESS select selname = "target_milestone" %] [% END %] @@ -547,17 +546,11 @@ [% IF use_keywords %] - - : - - [% INCLUDE bug/field.html.tmpl - bug = bug, field = bug_fields.keywords, value = bug.keywords - editable = bug.check_can_change_field("keywords", 0, 1), - no_tds = 1, possible_values = all_keywords + bug = bug, field = bug_fields.keywords, value = bug.keywords + editable = bug.check_can_change_field("keywords", 0, 1), + desc_url = "describekeywords.cgi", possible_values = all_keywords %] - [% END %]