summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-03-01 02:52:55 +0100
committertravis%sedsystems.ca <>2005-03-01 02:52:55 +0100
commit8b0a6508c4daa8a56d17192a9c3a1d9b53790e15 (patch)
treee128879b9139eeffe73be53e1ffd62563c835a2c /template/en/default/bug/edit.html.tmpl
parentca2f67d88996b8a2b49264e94659f7acf3e1bc68 (diff)
downloadbugzilla-8b0a6508c4daa8a56d17192a9c3a1d9b53790e15.tar.gz
bugzilla-8b0a6508c4daa8a56d17192a9c3a1d9b53790e15.tar.xz
Bug 250410 : Time tracking summaries
Patch by Christian Reis <kiko@async.com.br> r=jpeshkin a=justdave
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 58336b588..86fb4c6b6 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -419,6 +419,13 @@
size="10" maxlength="10">
</td>
</tr>
+ <tr>
+ <td colspan="6" align="right">
+ <a href="summarize_time.cgi?id=[% bug.bug_id %]&do_depends=1">
+ Summarize time (including time for [% terms.bugs %]
+ blocking this [% terms.bug %])</a>
+ </td>
+ </tr>
</table>
[% END %]