diff --git a/UI/Contacts/English.lproj/Localizable.strings b/UI/Contacts/English.lproj/Localizable.strings index 4c49f587a..7cace8968 100644 --- a/UI/Contacts/English.lproj/Localizable.strings +++ b/UI/Contacts/English.lproj/Localizable.strings @@ -43,6 +43,9 @@ "Copy To" = "Copy To"; "Add to:" = "Add to:"; +/* Number of selected contacts in list */ +"selected" = "selected"; + /* Tooltips */ "Create a new address book card" = "Create a new address book card"; diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 34b0ac072..36695f22d 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -182,7 +182,6 @@
-
@@ -268,12 +267,17 @@
- -
- - arrow_back - - + +
+
+
+ + arrow_back + + +
+
select_all @@ -307,7 +311,7 @@ - + @@ -318,7 +322,9 @@ +
+
@@ -336,7 +342,6 @@ ng-class="{'sg-active': currentCard.id == addressbook.selectedFolder.selectedCard}" ng-click="addressbook.selectCard(currentCard)" ui-sref="app.addressbook.card.view({addressbookId: addressbook.selectedFolder.id, cardId: currentCard.id})"> -
@@ -345,7 +350,7 @@ ng-show="addressbook.notSelectedComponent(currentCard, 'vcard')" ng-click="currentCard.selected = !currentCard.selected" sg-email="currentCard.$preferredEmail(addressbook.selectedFolder.constructor.$query)" - size="48"> + size="40">
-
{{currentCard.$preferredEmail(addressbook.selectedFolder.constructor.$query)}}