diff options
Diffstat (limited to 'template/en/default')
-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 %] |