From 39bed0c9b637178a2efc9ff55d892b8167016cb9 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 26 Jun 2012 19:15:45 +0000 Subject: [PATCH] Bug 766528: Use field-label.html.tmpl for timetracking fields r/a=LpSolit git-svn-id: svn://10.0.0.236/trunk@263986 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../template/en/default/bug/edit.html.tmpl | 34 +++++++++---------- .../en/default/list/edit-multiple.html.tmpl | 8 +++-- 3 files changed, 24 insertions(+), 20 deletions(-) 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 %] + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.estimated_time, editable = 1 + %] + [% 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 + %] - - - - - + [% INCLUDE "bug/field-label.html.tmpl" + field = bug_fields.deadline, editable = 1 + %] [% IF user.is_timetracker %] - + [% 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 + %]
- + Current Est.: - Current Est. - - - - - - %Complete - - Gain - - + Gain:
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 @@