geouser adding a class to <dt> tags

vasek802 - March 2, 2009 - 20:23
Project:GeoUser
Version:6.x-1.7-beta2
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

My issue is pretty simple to explain but not so simple to fix (at least not for me).

The following code is generated within the profile page

<div class="profile">
...
<dt>City</dt>
<dd><a href="/geouser/Country/...">...</a></dd>
...
</div>

I would like to add a custom class to <dt>City</dt> without hacking the module.
I assume the answer will be most likely using template.php.

Unfortunately, I don't have a full undestanding how template.php works and therefore I would like to ask for help with this one.

And just an additional note... using

.profile dt{
  ...
}

won't the job since I need <dt>city</dt> to float: left but I need <dt>Geographic Map</dt> without float...

Any ideas or suggestions are greatly appreciated.

Thank you!

 
 

Drupal is a registered trademark of Dries Buytaert.