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

rjerome’s picture

Status: Active » Fixed

Done, 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 :-)

gpiersol’s picture

Fantastic! Tested and works like a charm.

Thank you so much for this!

gpiersol’s picture

Version: 6.x-1.9 » 6.x-1.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.