mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixes for ridiculous IE7 CSS behaviour
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7297 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,7 +27,7 @@ var Presence =
|
||||
onComplete: function(textResponse, xmlResponse)
|
||||
{
|
||||
var statusType = Presence.getStatusType(userDetails[0], textResponse);
|
||||
status.addClass(statusType);
|
||||
status.addClass(userDetails[0] + "-" + statusType);
|
||||
user.addClass(statusType);
|
||||
if (statusType == "unknown")
|
||||
{
|
||||
@@ -44,7 +44,7 @@ var Presence =
|
||||
}
|
||||
else
|
||||
{
|
||||
status.addClass("unknown");
|
||||
status.addClass("none");
|
||||
status.title = "User's presence provider has not been configured by Alfresco admin";
|
||||
user.title = status.title;
|
||||
}
|
||||
|
Reference in New Issue
Block a user