History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JM-1263
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Daniel Henninger
Reporter: Daniel Henninger
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire

Highlighting of active tab in client sessions tab does not work

Created: 02/06/08 12:54 PM   Updated: 02/13/08 10:44 PM
Component/s: Admin Console
Affects Version/s: 3.4.5
Fix Version/s: 3.5.0

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 02/13/08 09:33 PM
Acceptance Test - Add?: No


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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Daryl Herzmann - 02/06/08 01:00 PM
thanks. Other pages include:

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

It does work here tho:

/user-summary.jsp


Daryl Herzmann - 02/13/08 09:21 PM
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


Daniel Henninger - 02/13/08 09:33 PM
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 - 02/13/08 10:44 PM
Thanks Daniel,

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