diff options
author | timeless%mozdev.org <> | 2007-08-24 10:06:13 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-24 10:06:13 +0000 |
commit | 938fdbf58ef07cc3f2398adbcea435250da15131 (patch) | |
tree | 7f88e1ca4ba1b836ee932f975188e4f84ac8292b /template/en/default/list | |
parent | 138142afedb2dd17c2c628eaa3ffbd613545effe (diff) | |
download | bugs-938fdbf58ef07cc3f2398adbcea435250da15131.tar bugs-938fdbf58ef07cc3f2398adbcea435250da15131.tar.gz bugs-938fdbf58ef07cc3f2398adbcea435250da15131.tar.bz2 bugs-938fdbf58ef07cc3f2398adbcea435250da15131.tar.xz bugs-938fdbf58ef07cc3f2398adbcea435250da15131.zip |
Bug 345286 the first query results table header should have an extra class (bz_first_buglist_header)
r=vladd a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 4 |
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> </th> [% END %] @@ -103,7 +103,7 @@ [% PROCESS columnheader %] [% END %] - </tr><tr align="left"> + </tr><tr class="bz_buglist_header" align="left"> [% IF dotweak %] <th> </th> [% END %] |