Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2010 at 19:58 UTC
Updated:
29 Oct 2010 at 02:28 UTC
Filed groups are only assigned the class "item-list":
<div class="item-list">
<h3>FIELD</h3>
<ul>...</ul>
</div>I think it would be beneficial to add semantic classes similar to li classes:
<div class="views-group views-group-FIELD views-group-FIRST/LAST views-group-ODD/EVEN">
<h3>FIELD</h3>
<ul>...</ul>
</div>Similar issue found here, solved by the user creating his own template file.
Comments
Comment #1
dagmarMerging into Semantic Views issue #740686: Integrate semantic views