summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-08-24 12:06:13 +0200
committertimeless%mozdev.org <>2007-08-24 12:06:13 +0200
commit938fdbf58ef07cc3f2398adbcea435250da15131 (patch)
tree7f88e1ca4ba1b836ee932f975188e4f84ac8292b
parent138142afedb2dd17c2c628eaa3ffbd613545effe (diff)
downloadbugzilla-938fdbf58ef07cc3f2398adbcea435250da15131.tar.gz
bugzilla-938fdbf58ef07cc3f2398adbcea435250da15131.tar.xz
Bug 345286 the first query results table header should have an extra class (bz_first_buglist_header)
r=vladd a=mkanat
-rw-r--r--template/en/default/list/table.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index e898da749..82dcf1e4f 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -80,7 +80,7 @@
[% END %]
</colgroup>
- <tr align="left">
+ <tr class="bz_buglist_header" align="left">
[% IF dotweak %]
<th>&nbsp;</th>
[% END %]
@@ -103,7 +103,7 @@
[% PROCESS columnheader %]
[% END %]
- </tr><tr align="left">
+ </tr><tr class="bz_buglist_header" align="left">
[% IF dotweak %]
<th>&nbsp;</th>
[% END %]