Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5f7d68ec
Commit
5f7d68ec
authored
Jun 26, 2012
by
Pami Ketolainen
Committed by
Frédéric Buclin
Jun 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 766528: Use field-label.html.tmpl for timetracking fields
r/a=LpSolit
parent
a68bafea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
19 deletions
+23
-19
edit.html.tmpl
template/en/default/bug/edit.html.tmpl
+17
-17
edit-multiple.html.tmpl
template/en/default/list/edit-multiple.html.tmpl
+6
-2
No files found.
template/en/default/bug/edit.html.tmpl
View file @
5f7d68ec
...
...
@@ -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>
...
...
template/en/default/list/edit-multiple.html.tmpl
View file @
5f7d68ec
...
...
@@ -127,7 +127,9 @@
</tr>
[% IF user.is_timetracker %]
<tr>
<th><label for="estimated_time">Estimated Hours:</label></th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.estimated_time, editable = 1
%]
<td>
<input id="estimated_time"
name="estimated_time"
...
...
@@ -139,7 +141,9 @@
editable = 1, allow_dont_change = 1 %]
</tr>
<tr>
<th><label for="remaining_time">Remaining Hours:</label></th>
[% INCLUDE "bug/field-label.html.tmpl"
field = bug_fields.remaining_time, editable = 1
%]
<td>
<input id="remaining_time"
name="remaining_time"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment