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

Key: JM-1149
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Daniel Henninger
Reporter: David Smith
Votes: 2
Watchers: 0
Operations

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

Pagination for list of group chats in the admin console

Created: 10/10/07 01:04 PM   Updated: 02/14/08 09:02 AM
Component/s: Admin Console
Affects Version/s: 3.4.0 Beta 1
Fix Version/s: 3.5.0

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 02/14/08 09:02 AM
Acceptance Test - Add?: No



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Daryl Herzmann - 02/13/08 09:18 PM
Hi,

The fix for this is rather simple, just add this to the page:

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

daryl


Daryl Herzmann - 02/13/08 10:49 PM
Daniel added the css to the global css file in JM-1263

Daniel Henninger - 02/14/08 09:02 AM
More or less a duplicate of JM-1263