summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.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/list/list.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/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 602475d0d..919c9b21c 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -133,8 +133,15 @@
<input type="hidden" name="id" value="[% id FILTER html %]">
[% END %]
<input type="hidden" name="format" value="multiple">
- <input type="submit" value="Long Format">
+ <input type="submit" value="&nbsp;&nbsp;Long Format&nbsp;">
</form>
+
+ [% IF UserInGroup(Param('timetrackinggroup')) %]
+ <form method="post" action="summarize_time.cgi">
+ <input type="hidden" name="id" value="[% buglist_joined FILTER html %]">
+ <input type="submit" value="Time Summary">
+ </form>
+ [% END %]
</td>
<td>&nbsp;</td>