diff options
author | timeless%mozdev.org <> | 2007-08-24 11:01:53 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-24 11:01:53 +0200 |
commit | 2140e65027533bae7b922a54229fb09319363c9b (patch) | |
tree | bb82dd7ac00170a879f208565d363c73fdf9f449 /template/en/default/list | |
parent | 3ab6f0f6a4cd130a906b82331d023f94ccf795b0 (diff) | |
download | bugzilla-2140e65027533bae7b922a54229fb09319363c9b.tar.gz bugzilla-2140e65027533bae7b922a54229fb09319363c9b.tar.xz |
Bug 391945 Staggered headers don't check dotweak properly
r=vladd a=mkanat
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 43ec3bf6a..e898da749 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -103,7 +103,11 @@ [% PROCESS columnheader %] [% END %] - </tr><tr align="left"><th> </th> + </tr><tr align="left"> + [% IF dotweak %] + <th> </th> + [% END %] + <th> </th> [% FOREACH id = displaycolumns %] [% NEXT IF loop.count() % 2 == 0 %] |