Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
table style
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 16:54 UTC
Updated:
21 Jan 2009 at 23:40 UTC
All drupal tables starts with TH and then TR.odd TR.even ...
But views produce different - TR.even TR.odd ...
In file views-view-table.tpl.php
<?php foreach ($rows as $count => $row): -
foreach ($row as $field => $content): | Comment | File | Size | Author |
|---|---|---|---|
| table.patch | 810 bytes | andypost |
Comments
Comment #1
merlinofchaos commentedCommitted! Thanks!