Details
Description
Other Sakai tools set a span class of "current" to indicate the active tool. Profile2 appears to use something different: "current-tab".
Example HTML:
<span title="View and manage your connections" class="icon connections current-tab"><span tabindex="0">Connections</span></span>
Example HTML from the Membership tool:
<span class="current">My Current Sites</span>