diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 876ad99da03..9b190ad9459 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -8271 \ No newline at end of file +8272 \ 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 acb0dc7336d..cecf1678453 100644 --- a/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/bug/edit.html.tmpl @@ -956,27 +956,27 @@ [% BLOCK section_timetracking %]
| - + Current Est.: | + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.work_time, editable = 1 + %] + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.remaining_time, editable = 1 + %] + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.percentage_complete, editable = 1 + %]- Current Est. - | -- - | -- - | -- %Complete - | -- Gain - | -- + Gain: | + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.deadline, editable = 1 + %]
|---|---|---|---|---|---|---|
| diff --git a/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl index 18179d20c7c..c4a7ef96460 100644 --- a/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/list/edit-multiple.html.tmpl @@ -127,7 +127,9 @@ | ||||||
| + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.estimated_time, editable = 1 + %] | ||||||
| + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.remaining_time, editable = 1 + %] |