diff --git a/UI/Contacts/English.lproj/Localizable.strings b/UI/Contacts/English.lproj/Localizable.strings index bc42a9679..02bd05f50 100644 --- a/UI/Contacts/English.lproj/Localizable.strings +++ b/UI/Contacts/English.lproj/Localizable.strings @@ -29,3 +29,5 @@ "edit" = "edit"; "invalidemailwarn" = "Invalid email field, continue?"; "new" = "new"; + +"Add as..." = "Add as..."; diff --git a/UI/Contacts/French.lproj/Localizable.strings b/UI/Contacts/French.lproj/Localizable.strings index 8257ea570..9bc1b9d78 100644 --- a/UI/Contacts/French.lproj/Localizable.strings +++ b/UI/Contacts/French.lproj/Localizable.strings @@ -73,3 +73,5 @@ "Note: " = "Commentaires : "; "Timezone: " = "Fuseau horaire : "; "Birthday: " = "D. de naissance : "; + +"Add as..." = "Add as..."; diff --git a/UI/Contacts/GNUmakefile b/UI/Contacts/GNUmakefile index 2bd591e41..e52b5541d 100644 --- a/UI/Contacts/GNUmakefile +++ b/UI/Contacts/GNUmakefile @@ -12,6 +12,9 @@ ContactsUI_OBJC_FILES = \ UIxContactsListViewBase.m \ UIxContactsListViewContainerBase.m \ \ + UIxContactsSchedulerSelection.m \ + UIxContactsMailerSelection.m \ + \ ContactsUIProduct.m \ UIxContactsFilterPanel.m \ UIxContactView.m \ @@ -19,7 +22,6 @@ ContactsUI_OBJC_FILES = \ UIxContactsListView.m \ UIxContactsListViewContainer.m \ UIxContactSelector.m \ - UIxContactsSelectionView.m \ UIxContactsSelectionViewContainer.m \ UIxContactFoldersView.m \ diff --git a/UI/Contacts/product.plist b/UI/Contacts/product.plist index 2c83a0e20..532dc360b 100644 --- a/UI/Contacts/product.plist +++ b/UI/Contacts/product.plist @@ -19,10 +19,15 @@ pageName = "UIxContactFoldersView"; actionName = "new"; }; - select = { + scheduler-contacts = { protectedBy = "View"; pageName = "UIxContactFoldersView"; - actionName = "select"; + actionName = "selectForScheduler"; + }; + mailer-contacts = { + protectedBy = "View"; + pageName = "UIxContactFoldersView"; + actionName = "selectForMailer"; }; }; }; @@ -44,10 +49,13 @@ pageName = "UIxContactEditor"; actionName = "new"; }; - select = { + scheduler-contacts = { protectedBy = "View"; - pageName = "UIxContactsSelectionView"; - actionName = "select"; + pageName = "UIxContactsSchedulerSelection"; + }; + mailer-contacts = { + protectedBy = "View"; + pageName = "UIxContactsMailerSelection"; }; }; }; @@ -69,11 +77,6 @@ pageName = "UIxContactEditor"; actionName = "new"; }; - select = { - protectedBy = "View"; - pageName = "UIxContactsSelectionView"; - actionName = "select"; - }; }; };