Monotone-Parent: e539575226ee510838ef3f6147fae90b278a4ffb

Monotone-Revision: e13aba14f9bcb6e2cbec65189340ac8704204778

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-17T14:03:15
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-04-17 14:03:15 +00:00
parent 76c90211f4
commit a8167f4b7c
2 changed files with 25 additions and 10 deletions

View File

@ -16,10 +16,12 @@ CommonUI_OBJC_FILES += \
UIxAppNavView.m \
\
UIxAclEditor.m \
UIxObjectActions.m \
UIxFolderActions.m \
UIxElemBuilder.m \
UIxTabView.m \
UIxTabItem.m \
UIxUserRightsEditor.m \
\
UIxSortableTableHeader.m \
\

View File

@ -30,6 +30,28 @@
};
categories = {
SOGoObject = {
methods = {
addUserInAcls = {
protectedBy = "SaveAcls";
actionClass = "UIxObjectActions";
actionName = "addUserInAcls";
};
acls = {
protectedBy = "ReadAcls";
pageName = "UIxAclEditor";
};
saveAcls = {
protectedBy = "SaveAcls";
pageName = "UIxAclEditor";
actionName = "saveAcls";
};
userRights = {
protectedBy = "ReadAcls";
pageName = "UIxUserRightsEditor";
};
};
};
SOGoFolder = {
methods = {
subscribe = {
@ -55,17 +77,8 @@
deactivateFolder = {
protectedBy = "View";
actionClass = "UIxFolderActions";
actionName = "deactivateFolder";
actionName = "deactivateFolder";
};
acls = {
protectedBy = "ReadAcls";
pageName = "UIxAclEditor";
};
saveAcls = {
protectedBy = "SaveAcls";
pageName = "UIxAclEditor";
actionName = "saveAcls";
};
};
};
};