Closed (works as designed)
Project:
Site Notes
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 22:49 UTC
Updated:
22 Feb 2013 at 18:27 UTC
Would it be possible to add the Zebra look to the notes list, so even and odd colors are different? It would help to "separate" each note alot better. By default it looks like a big page of text with different sized fonts all over it when you have alot of notes.
Comments
Comment #1
verta commented+1 for this.
Drupal and many themes will handle this with the relevant color choices if the module will just add the appropriate"even" and "odd" to the class on the TD tags. It's pretty easy to do a mod function on the row number of the result set, I wish I was a PHP programmer so I could submit the code. Any takers?
Comment #2
nancydruAt the moment, unfortunately, I cannot test anything because my test systems are broken (thanks, Windoze). But in node lists (i.e. teasers), the theme's node.tpl.php, or at least every one I have seen, automatically adds
class="$zebra". Check your HTML output and see if it is there.Comment #3
nancydruIt would seem that this must be done in the theme's node.tpl.php.