refactored for handling notification of messages, cleaned code

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@128632 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-05-17 08:20:18 +00:00
parent 3b6f570d4a
commit ed362867d0
2 changed files with 2 additions and 2 deletions

View File

@ -458,7 +458,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
for (int i = 0; i < otherRecipientsFullNames.length; i++) {
otherRecipientNames += "<li> " + otherRecipientsFullNames[i] + " </li>";
}
otherRecipientNames += "</ul></div><div>If you reply, your message will be also delivered to them.</div>";
otherRecipientNames += "</ul></div><div>If you reply, your message will be also delivered to them.</div><br/>";
}

View File

@ -85,7 +85,7 @@ public class SocialMailingUtil {
if (notification2Save.getType() == NotificationType.MESSAGE) {
body.append("<div>").append(WRITE_ABOVE_MESSAGE_REPLY).append("</div><br />");
attachmentsNotice = "<p>Please note that email replies do not support attachments.</p>";
attachmentsNotice = "<br/><p>Please note that email replies do not support attachments.</p>";
}
body.append("<div style=\"color:#000; font-size:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif;\">")