From 2711d14f2f03454f69b5c21a9470712ba7058207 Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Sun, 25 Nov 2018 14:36:13 +0000 Subject: [PATCH] Change css git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@53951 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/utils/subscribe/subscribe.component.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/utils/subscribe/subscribe.component.ts b/src/app/utils/subscribe/subscribe.component.ts index ec58804..bc768eb 100644 --- a/src/app/utils/subscribe/subscribe.component.ts +++ b/src/app/utils/subscribe/subscribe.component.ts @@ -129,17 +129,19 @@ export class SubscribeComponent { // TODO find the right place to write it composeEmailToInformManagers(communityName: string, communityId: string, managers: any): Email { this.emailToInformManagers.subject = "[OpenAIRE-Connect] " + communityName + ": New subscriber notification"; - this.emailToInformManagers.body = "

There is a new subscriber for \"" + communityName + "\" community. Click " + this.emailToInformManagers.body = "

" + +"

There is a new subscriber for \"" + communityName + "\" community. Click " + "here to manage the subscibers list.

" - + "

OpenAIRE team
www.openaire.eu

" + + "

OpenAIRE team
www.openaire.eu


" + "

You are receiving this e-mail as manager of the community " + "" + communityName + ". " + "If you are not responsible for this community, please " + "contact us." + "
" + "Click here to manage your notification settings.

"; + + "'>here to manage your notification settings.

" + + "
"; this.emailToInformManagers.recipients = managers; console.log(this.emailToInformManagers);