fix even/odd styles for Plone 4.

svn path=/plone.app.discussion/trunk/; revision=32356
This commit is contained in:
Timo Stollenwerk 2009-12-08 11:53:10 +00:00
parent 47cba8797f
commit 6ddfbff8df
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@
<tbody>
<tal:block repeat="item batch">
<tr style="vertical-align: top" class="commentrow"
tal:define="odd repeat/item/odd"
tal:attributes="class python: odd and 'odd' or 'even'">
tal:define="even repeat/item/even"
tal:attributes="class python: even and 'odd' or 'even'">
<td class="notDraggable">
<input type="checkbox"
class="noborder"