From 34e59743ceac9f9ba6cc863a5e06076dc037d878 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 11 Nov 2014 11:14:55 -0500 Subject: [PATCH] Add addressbook subscriptions widget --- UI/Contacts/product.plist | 2 +- .../ContactsUI/UIxContactFoldersView.wox | 22 ++++-- .../ContactsUI/UIxContactsUserFolders.wox | 68 ++++++++++++------- UI/WebServerResources/js/Common/resource.js | 4 +- UI/WebServerResources/js/Common/user-model.js | 29 +++++++- .../js/Contacts/addressbook-model.js | 59 ++++++++++++---- UI/WebServerResources/js/ContactsUI.js | 57 +++++++++++----- UI/WebServerResources/js/mobile/ContactsUI.js | 14 ++-- UI/WebServerResources/scss/ContactsUI.scss | 4 ++ 9 files changed, 194 insertions(+), 65 deletions(-) diff --git a/UI/Contacts/product.plist b/UI/Contacts/product.plist index 8ddfa7061..24ebd4cfc 100644 --- a/UI/Contacts/product.plist +++ b/UI/Contacts/product.plist @@ -47,7 +47,7 @@ pageName = "UIxContactFoldersView"; actionName = "checkRights"; }; - userFolders = { + userFoldersTemplate = { protectedBy = "View"; pageName = "UIxContactsUserFolders"; }; diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 28c560b60..86d806984 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -111,7 +111,7 @@