summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2007-08-24 11:01:53 +0200
committertimeless%mozdev.org <>2007-08-24 11:01:53 +0200
commit2140e65027533bae7b922a54229fb09319363c9b (patch)
treebb82dd7ac00170a879f208565d363c73fdf9f449 /template
parent3ab6f0f6a4cd130a906b82331d023f94ccf795b0 (diff)
downloadbugzilla-2140e65027533bae7b922a54229fb09319363c9b.tar.gz
bugzilla-2140e65027533bae7b922a54229fb09319363c9b.tar.xz
Bug 391945 Staggered headers don't check dotweak properly
r=vladd a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/table.html.tmpl6
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>&nbsp;</th>
+ </tr><tr align="left">
+ [% IF dotweak %]
+ <th>&nbsp;</th>
+ [% END %]
+ <th>&nbsp;</th>
[% FOREACH id = displaycolumns %]
[% NEXT IF loop.count() % 2 == 0 %]