See ChangeLog.

Monotone-Parent: 01554e46f2d289111d615a3006a1b61ad6f76320
Monotone-Revision: be2427fa7e45da8ba2b4c7955b6e904c06640586

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-11-01T19:08:26
maint-2.0.2
Francis Lachapelle 2011-11-01 19:08:26 +00:00
parent 90b5a2bf5e
commit 709a9a23bb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-11-01 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxAclEditor.js (addUser): fixed CSS class
"normal-person" that was replaced by "normal-user".
2011-11-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailMessage.m (-setReadFlag:): implemented

View File

@ -20,7 +20,7 @@ function addUser(userName, userID, type) {
var count = lis.length - 1;
var nextLi = null;
while (count > -1 && !nextLi) {
if ($(lis[count]).hasClassName("normal-person")) {
if ($(lis[count]).hasClassName("normal-user")) {
nextLi = lis[count+1];
}
else {