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({