summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl34
1 files changed, 17 insertions, 17 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index acb0dc733..cecf16784 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -956,27 +956,27 @@
[% BLOCK section_timetracking %]
<table class="bz_time_tracking_table">
<tr>
+ [% INCLUDE "bug/field-label.html.tmpl"
+ field = bug_fields.estimated_time, editable = 1
+ %]
<th>
- <label for="estimated_time">Orig. Est.</label>
- </th>
- <th>
- Current Est.
- </th>
- <th>
- <label for="work_time">Hours Worked</label>
- </th>
- <th>
- <label for="remaining_time">Hours Left</label>
- </th>
- <th>
- %Complete
- </th>
- <th>
- Gain
+ Current Est.:
</th>
+ [% 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
+ %]
<th>
- <label for="deadline">Deadline</label>
+ Gain:
</th>
+ [% INCLUDE "bug/field-label.html.tmpl"
+ field = bug_fields.deadline, editable = 1
+ %]
</tr>
<tr>
<td>