summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/activity/table.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/activity/table.html.tmpl')
-rw-r--r--template/en/default/bug/activity/table.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl
index 4581e5e1d..8b371f0b5 100644
--- a/template/en/default/bug/activity/table.html.tmpl
+++ b/template/en/default/bug/activity/table.html.tmpl
@@ -33,8 +33,8 @@
[% END %]
[% IF operations.size > 0 %]
- <table border cellpadding="4">
- <tr>
+ <table id="bug_activity">
+ <tr class="column_header">
<th>Who</th>
<th>When</th>
<th>What</th>
@@ -44,10 +44,10 @@
[% FOREACH operation = operations %]
<tr>
- <td rowspan="[% operation.changes.size %]" valign="top">
+ <td rowspan="[% operation.changes.size %]">
[% operation.who FILTER email FILTER html %]
</td>
- <td rowspan="[% operation.changes.size %]" valign="top">
+ <td rowspan="[% operation.changes.size %]">
[% operation.when FILTER time %]
</td>
[% FOREACH change = operation.changes %]