From 849bd47ff13c473468a6539cf7e3f4092fc01fe7 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Wed, 18 Jun 2014 07:45:49 +0000 Subject: [PATCH] Bug 575211: show_bug.cgi should use field-label.html.tmpl for field headers r=glob,a=sgreen git-svn-id: svn://10.0.0.236/trunk@265438 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- .../template/en/default/bug/edit.html.tmpl | 21 +++++++------------ 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index b1aa8b46708..14ca862059a 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9061 \ No newline at end of file +9062 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 0ff354d2cf0..73a4cacdb67 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -ea10fefd22eea012cbd7812e35e45e648eb21df8 \ No newline at end of file +944b3270eebfc3a419c8917406d0754d8e92d0bb \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl index e4472c5728a..f7cb57fd83f 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]