From 9b026ebbcd26d7fa792b507ec7339906f6a655de Mon Sep 17 00:00:00 2001 From: Alexandre Cloutier Date: Wed, 15 Oct 2014 14:37:15 -0400 Subject: [PATCH] Contacts - export addressBook --- UI/Templates/ContactsUI/UIxContactFoldersView.wox | 13 ++++++++----- UI/WebServerResources/js/ContactsUI.js | 4 ++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index bfa4b3e59..4ec9880fa 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -146,16 +146,19 @@
  • -
  • +
  • -
  • - +
  • +
  • -
  • +
  • -
  • +
  • + +
  • +
  • diff --git a/UI/WebServerResources/js/ContactsUI.js b/UI/WebServerResources/js/ContactsUI.js index cb0d86fd0..e67760883 100644 --- a/UI/WebServerResources/js/ContactsUI.js +++ b/UI/WebServerResources/js/ContactsUI.js @@ -174,6 +174,10 @@ }); }; $scope.importCards = function() { + + }; + $scope.exportCards = function() { + window.location.href = ApplicationBaseURL + "/" + $rootScope.addressbook.id + "/exportFolder"; }; $scope.share = function() { var modal = $modal.open({