fix even/odd styles for Plone 4.
svn path=/plone.app.discussion/trunk/; revision=32356
This commit is contained in:
parent
47cba8797f
commit
6ddfbff8df
@ -73,8 +73,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tal:block repeat="item batch">
|
<tal:block repeat="item batch">
|
||||||
<tr style="vertical-align: top" class="commentrow"
|
<tr style="vertical-align: top" class="commentrow"
|
||||||
tal:define="odd repeat/item/odd"
|
tal:define="even repeat/item/even"
|
||||||
tal:attributes="class python: odd and 'odd' or 'even'">
|
tal:attributes="class python: even and 'odd' or 'even'">
|
||||||
<td class="notDraggable">
|
<td class="notDraggable">
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
class="noborder"
|
class="noborder"
|
||||||
|
Loading…
Reference in New Issue
Block a user