mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Minor fixes
This commit is contained in:
parent
afa73b6a44
commit
45bdd80f8d
@ -113,7 +113,7 @@ final public class NotificationService {
|
|||||||
final String mailSubject = "Welcome to WiseMapping !";
|
final String mailSubject = "Welcome to WiseMapping !";
|
||||||
final String messageTitle = "Your account has been created successfully";
|
final String messageTitle = "Your account has been created successfully";
|
||||||
final String messageBody =
|
final String messageBody =
|
||||||
"<p> Thank you for your interest in WiseMapping. If have any feedback or idea, send us an email to <a href=\"mailto:feedback@wisemapping.com\">feedback@wisemapping.com</a> .We'd love to hear from you.</p>";
|
"<p> Thank you for your interest in WiseMapping. Click <a href='https://app.wisemapping.com/c/login'>here</a> to start creating and sharing new mind maps. If have any feedback or idea, send us an email to <a href=\"mailto:feedback@wisemapping.com\">feedback@wisemapping.com</a> .We'd love to hear from you.</p>";
|
||||||
sendTemplateMail(user, mailSubject, messageTitle, messageBody);
|
sendTemplateMail(user, mailSubject, messageTitle, messageBody);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
|
style="padding: 0; padding-right: 5px; text-align:center;font-weight: normal;font-family: Arial, sans-serif">
|
||||||
<a href="${baseUrl}">
|
<a href="${baseUrl}">
|
||||||
<img style="border: 0;margin-top: 10px;"
|
<img style="border: 0;margin-top: 10px;"
|
||||||
src="${baseUrl}/images//logo-icon.svg"
|
src="${baseUrl}/images/logo-icon.svg"
|
||||||
alt="WiseMapping"/>
|
alt="WiseMapping"/>
|
||||||
|
|
||||||
</a>
|
</a>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<base href="${requestScope['site.baseurl']}/static/mindplot/">
|
<base href="${requestScope['site.baseurl']}/static/mindplot/">
|
||||||
<title><spring:message code="SITE.TITLE"/> | ${mindmap.title} </title>
|
<title>${mindmap.title} | <spring:message code="SITE.TITLE"/></title>
|
||||||
<link rel="stylesheet" href="../../css/viewonly.css"/>
|
<link rel="stylesheet" href="../../css/viewonly.css"/>
|
||||||
<%@ include file="/jsp/pageHeaders.jsf" %>
|
<%@ include file="/jsp/pageHeaders.jsf" %>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
Reference in New Issue
Block a user