Closed (fixed)
Project:
User Relationships
Version:
6.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2009 at 22:02 UTC
Updated:
7 Jan 2010 at 20:18 UTC
if set the title in the block configuration of User Relationships: Actions
is displayed on top of the other: Your relationships to this user and Relationship actions
I think it comes from the file user_relationships-actions_block.tpl.php
but I d'ont know how to fix it...
if I set it to none... sole the title "Your relationships to this user" stays, But it is not displayed properly
usually the code is
here it is
thanks
Comments
Comment #1
bendev commentedI meant
Comment #2
alex.k commentedIt could be theme related. When I set the block title to
<none>I don't see the empty<h3></h3>element. Check how it looks in Garland to be sure.Comment #3
bendev commentedI meant the opposite.
If the title is set to none, there is no issue.
The issue comes when the title is set to "something"
but the issue is well theme related (the two h3 title overlap)