mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-21 18:04:18 +00:00
Monotone-Parent: 5ce544e4196355529d09f53ee1f29a26e0df0733
Monotone-Revision: 2cf3be019f697c04a2f19de8e9693b7b7a1ddf8d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-09T21:37:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactFolder = {
|
||||
SOGoContactGCSFolder = {
|
||||
slots = {
|
||||
toolbar = {
|
||||
protectedBy = "View";
|
||||
@@ -41,13 +41,59 @@
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactObject = {
|
||||
SOGoContactLDAPFolder = {
|
||||
slots = {
|
||||
toolbar = {
|
||||
protectedBy = "View";
|
||||
value = "SOGoContactObject.toolbar";
|
||||
value = "SOGoContactFolder.toolbar";
|
||||
};
|
||||
};
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactsListView";
|
||||
};
|
||||
new = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactEditor";
|
||||
actionName = "new";
|
||||
};
|
||||
select = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactsSelectionView";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactGCSEntry = {
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactView";
|
||||
};
|
||||
delete = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactView";
|
||||
actionName = "delete";
|
||||
};
|
||||
edit = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactEditor";
|
||||
};
|
||||
save = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactEditor";
|
||||
actionName = "save";
|
||||
};
|
||||
write = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactEditor";
|
||||
actionName = "write";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDAPEntry = {
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
|
||||
Reference in New Issue
Block a user