mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-12 00:48:00 +00:00
Add wox templates to Mail and Contacts modules
This commit is contained in:
@@ -426,3 +426,15 @@ Class SOGoContactSourceFolderK, SOGoGCSFolderK;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@interface UIxContactViewTemplate : UIxComponent
|
||||
@end
|
||||
|
||||
@implementation UIxContactViewTemplate
|
||||
@end
|
||||
|
||||
@interface UIxContactEditorTemplate : UIxComponent
|
||||
@end
|
||||
|
||||
@implementation UIxContactEditorTemplate
|
||||
@end
|
||||
|
||||
@@ -47,6 +47,10 @@
|
||||
pageName = "UIxContactFoldersView";
|
||||
actionName = "checkRights";
|
||||
};
|
||||
contactEditorTemplate = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactEditorTemplate";
|
||||
};
|
||||
userFoldersTemplate = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactsUserFolders";
|
||||
|
||||
Reference in New Issue
Block a user