diff options
author | timeless%mozdev.org <> | 2007-08-24 11:47:52 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-24 11:47:52 +0000 |
commit | 4d9173355494d25365ad65667d1bc27905b381ff (patch) | |
tree | 0e5320daea367b5a64b6523b2b540485c7ce9a2b /template/en/default/list | |
parent | ab439a9ac6606f9382bf101b115bdb90bbd85e60 (diff) | |
download | bugs-4d9173355494d25365ad65667d1bc27905b381ff.tar bugs-4d9173355494d25365ad65667d1bc27905b381ff.tar.gz bugs-4d9173355494d25365ad65667d1bc27905b381ff.tar.bz2 bugs-4d9173355494d25365ad65667d1bc27905b381ff.tar.xz bugs-4d9173355494d25365ad65667d1bc27905b381ff.zip |
Bug 345285 the first query results table header should have an extra class (bz_first_buglist_header)
r=vladd a=mkanat
The previous checkin was actually:
Bug 345286 results table header row should have a class (bz_buglist_header)
r=vladd a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 82dcf1e4f..8941eb515 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -80,7 +80,7 @@ [% END %] </colgroup> - <tr class="bz_buglist_header" align="left"> + <tr class="bz_buglist_header bz_first_buglist_header" align="left"> [% IF dotweak %] <th> </th> [% END %] |