Active
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 10:41 UTC
Updated:
18 Mar 2010 at 10:42 UTC
I'm trying to theme an additional *normal* link to the end of a set of tabs, but the JavaScript in tabs.js sticks a <span class="clear"></span> after the div so I can't float anything up against it. My question is, is there a sensible reason why this is in tabs.js (line 44) and not in the theme_tabs() function in the module? If it were in the theme function then I could just remove it in certain cases, but as it is I'm stuck with it.
Happy to provide a patch to move it to the theme function, if there is no issue with this?
Comments
Comment #1
greg.harveyWhen I say theme_tabs, I mean theme_tabset, of course...