Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2010 at 23:46 UTC
Updated:
25 Apr 2010 at 14:00 UTC
I'm pretty sure this is possible through templating and functions but I'm looking for some assistance in adding css classes to the cells of the table in the biblio node view. For example, right now there are only the classes of 'odd' and 'even' for table rows, and the class 'biblio-row-title' for the field titles in the left-hand column.
Short of completely shifting the biblio module to CCK, which sis a project I've been reading about, is it possible for now to insert the names of field titles and contents into the table? For example, what I'm aiming for :
<tr class="even">
<td class="biblio-row-title biblio-field-title-abstract">Abstract</td>
<td class="biblio-field-contents-abstract">Blah blah blah</td>
</tr>
Thanks!
Comments
Comment #1
rjerome commentedDone, http://drupal.org/cvs?commit=353022
Test out in the next 6.x-1.x-dev build.
Ron.
[edit] And that was significantly easier than rewriting the module to use CCK :-)
Comment #2
gpiersol commentedFantastic! Tested and works like a charm.
Thank you so much for this!
Comment #3
gpiersol commented