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>
 | 
			
		||||
                        <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"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user