Add wox templates to Mail and Contacts modules

This commit is contained in:
Francis Lachapelle
2014-12-17 14:58:20 -05:00
parent 96b213e274
commit a89908c738
12 changed files with 469 additions and 426 deletions
+12
View File
@@ -426,3 +426,15 @@ Class SOGoContactSourceFolderK, SOGoGCSFolderK;
}
@end
@interface UIxContactViewTemplate : UIxComponent
@end
@implementation UIxContactViewTemplate
@end
@interface UIxContactEditorTemplate : UIxComponent
@end
@implementation UIxContactEditorTemplate
@end
+4
View File
@@ -47,6 +47,10 @@
pageName = "UIxContactFoldersView";
actionName = "checkRights";
};
contactEditorTemplate = {
protectedBy = "View";
pageName = "UIxContactEditorTemplate";
};
userFoldersTemplate = {
protectedBy = "View";
pageName = "UIxContactsUserFolders";