]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 391945 Staggered headers don't check dotweak properly
authortimeless%mozdev.org <>
Fri, 24 Aug 2007 09:01:54 +0000 (09:01 +0000)
committertimeless%mozdev.org <>
Fri, 24 Aug 2007 09:01:54 +0000 (09:01 +0000)
r=vladd a=mkanat

template/en/default/list/table.html.tmpl

index 2918007c19be1adbf932006124b280be6f8fbd00..588993666a399a97f4d7c4e035cff2c24e0cede6 100644 (file)
           [% 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 %]