git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@126358 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e0674f99c3
commit
2be571f652
|
@ -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("<br />" + portalbasicurl);
|
||||
body.append("</p>");
|
||||
body.append("<p>");
|
||||
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("</p>");
|
||||
|
||||
|
||||
String[] allMails = new String[adminEmails.size()];
|
||||
|
||||
|
|
Loading…
Reference in New Issue