From 3d6d94b99c4bcd8721b6bafac698574b686c6b2a Mon Sep 17 00:00:00 2001 From: "sofia.baltzi" Date: Mon, 10 Dec 2018 12:51:55 +0000 Subject: [PATCH] Clean code and change ps to note git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@54262 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/utils/subscribe/invite/invite.component.html | 7 ------- src/app/utils/subscribe/invite/invite.component.ts | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/utils/subscribe/invite/invite.component.html b/src/app/utils/subscribe/invite/invite.component.html index 93e35fa..5f114f2 100644 --- a/src/app/utils/subscribe/invite/invite.component.html +++ b/src/app/utils/subscribe/invite/invite.component.html @@ -12,7 +12,6 @@
- -
From * :
Please add your name.
@@ -85,9 +83,6 @@ -
@@ -112,8 +107,6 @@
- diff --git a/src/app/utils/subscribe/invite/invite.component.ts b/src/app/utils/subscribe/invite/invite.component.ts index 8506743..4c96198 100644 --- a/src/app/utils/subscribe/invite/invite.component.ts +++ b/src/app/utils/subscribe/invite/invite.component.ts @@ -88,7 +88,7 @@ export class InviteComponent implements OnInit { + '
The purpose of this dashboard is to gather, link & monitor the research results related to your community.

The community dashboard is part of the OpenAIRE-Connect project and currently is in BETA version.

'; // TODO move the initialisation - this.body = {/*salutation: "Dear Sir/Madame,",*/ fromMessage: ", on behalf of ", fromName: this.fullname, paragraphs: this.defaultBody, /*closing: "Kind regards,",*/ signature: "OpenAIRE team", ps: ""}; + this.body = {/*salutation: "Dear Sir/Madame,",*/ fromMessage: ", on behalf of ", fromName: this.fullname, paragraphs: this.defaultBody, /*closing: "Kind regards,",*/ signature: "OpenAIRE team", note: ""}; this.email = {body: "", subject: "[OpenAIRE-Connect] " + community.title, recipients: []}; this.recipients = ""; @@ -132,7 +132,7 @@ export class InviteComponent implements OnInit { this.successfulSentMessage = res + " email sent successfully!"; } - this.body = {/*salutation: "Dear Sir/Madame,",*/ fromMessage: ", on behalf of ", fromName: this.fullname, paragraphs: this.defaultBody, /*closing: "Kind regards,",*/ signature: "OpenAIRE team", ps: ""}; + this.body = {/*salutation: "Dear Sir/Madame,",*/ fromMessage: ", on behalf of ", fromName: this.fullname, paragraphs: this.defaultBody, /*closing: "Kind regards,",*/ signature: "OpenAIRE team", note: ""}; this.email = {body: "", subject: "[OpenAIRE-Connect] " + this.community.title, recipients: []}; this.recipients = ""; },