Highlighting of active tab in client sessions tab does not work

Description

The page you are currently on should be highlighted in the client sessions screen. Probably applies to a number of other screens.

Environment

None

Activity

Show:

Daryl Herzmann 
February 14, 2008 at 12:44 PM

Thanks Daniel,

Could the same fix be applied to: as well. thanks!

Daniel Henninger 
February 14, 2008 at 11:33 AM

Excellent! Thanks for looking into it! I placed the proper style in the actual style sheet. ;D And removed it from being embedded in a couple of locations. Just a pre-warning, when 3.5.0 comes out with the fix for it, you may need to shift-reload ... of course there's lots of stuff affected by that. Admin console has a new look and feel.

Daryl Herzmann 
February 14, 2008 at 11:21 AM

Daniel,

I reviewed the code this evening and the fix is simply adding this ccs:

<style type="text/css">
.jive-current {
font-weight : bold;
text-decoration : none;
}
</style>

the code is all there otherwise to highlight the page.

daryl

Daryl Herzmann 
February 7, 2008 at 3:00 AM

thanks. Other pages include:

/group-summary.jsp
/muc-room-summary.jsp

It does work here tho:

/user-summary.jsp

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created February 7, 2008 at 2:54 AM
Updated February 14, 2008 at 12:44 PM
Resolved February 14, 2008 at 11:33 AM