From 2be571f652565b7fb933d4beb182e4d75f50ace3 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Tue, 29 Mar 2016 14:03:16 +0000 Subject: [PATCH] git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@126358 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/joinvre/server/LoginServiceUtil.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java b/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java index 18525ca..395f519 100644 --- a/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java +++ b/src/main/java/org/gcube/portlets/user/joinvre/server/LoginServiceUtil.java @@ -32,7 +32,7 @@ public class LoginServiceUtil { /** * */ - public static final String PUBLIC_LAYOUT_NAME = " Data e-Infrastructure gateway"; + public static final String PUBLIC_LAYOUT_NAME = "Data e-Infrastructure gateway"; /** * */ @@ -124,11 +124,7 @@ public class LoginServiceUtil { "facilities available at "); body.append("
" + portalbasicurl); body.append("

"); - body.append("

"); - body.append("WARNING / LEGAL TEXT: This message is intended only for the use of the individual or entity to which it is addressed and may contain"+ - " information which is privileged, confidential, proprietary, or exempt from disclosure under applicable law. " + - "If you are not the intended recipient or the person responsible for delivering the message to the intended recipient, you are strictly prohibited from disclosing, distributing, copying, or in any way using this message."); - body.append("

"); + String[] allMails = new String[adminEmails.size()];