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.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 5ee8100a9..162b40a7f 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -290,24 +290,24 @@ function updateRemainingTime() {
[% IF UserInGroup(Param('timetrackinggroup')) %]
<br>
- <table cellpadding=0 cellspacing=0 border=1>
+ <table cellspacing="0" cellpadding="4" border="1">
<tr>
- <th width="16.6%" align="center" bgcolor="#cccccc">
+ <th align="center" bgcolor="#cccccc">
Orig. Est.
</th>
- <th width="16.6%" align="center" bgcolor="#cccccc">
+ <th align="center" bgcolor="#cccccc">
Current Est.
</th>
- <th width="16.6%" align="center" bgcolor="#cccccc">
+ <th align="center" bgcolor="#cccccc">
Hours Worked
</th>
- <th width="16.6%" align="center" bgcolor="#cccccc">
+ <th align="center" bgcolor="#cccccc">
Hours Left
</th>
- <th width="16.6%" align="center" bgcolor="#cccccc">
+ <th align="center" bgcolor="#cccccc">
%Complete
</th>
- <th width="16.6%" align="center" bgcolor="#cccccc">
+ <th align="center" bgcolor="#cccccc">
Gain
</th>
</tr>
@@ -325,13 +325,13 @@ function updateRemainingTime() {
<td align="center">
[% PROCESS formattimeunit time_unit=bug.actual_time %] +
<input name="work_time" value="0" size="3" maxlength="6"
- onChange="adjustRemainingTime();">
+ onchange="adjustRemainingTime();">
</td>
<td align="center">
<input name="remaining_time"
value="[% PROCESS formattimeunit
time_unit=bug.remaining_time %]"
- size="6" maxlength="6" onChange="updateRemainingTime();">
+ size="6" maxlength="6" onchange="updateRemainingTime();">
</td>
<td align="center">
[% PROCESS calculatepercentage act=bug.actual_time