CHE-6546; Add some style to organization email templates (#6584)

6.19.x
Max Shaposhnik 2017-10-05 11:21:02 +03:00 committed by GitHub
parent 787f5ee74d
commit 2d36fabf0f
4 changed files with 94 additions and 10 deletions

View File

@ -1,2 +1,23 @@
Hi,\<br>
\<b><organizationName>\</b> organization has been deleted.
\<html>
\<head>
\<style>@import url(https://fonts.googleapis.com/css?family=Roboto);\</style>
\</head>
\<body style="width: 700px; margin: 0 auto; font-size: 16px; font-family: Roboto;">
\<div style="background-color: #292c2f; color: white; padding: 25px 10px;">
\<span style="font-size: 26px; color: #cccccc;">Eclipse Che\</span>
\<div style="height: 50px">\</div>
\<span style="font-size: 24px; color: white;">Organization has been deleted\</span>
\</div>
\<div style="padding: 10px;">
\<p>Hi,\</p>
\<p>\<b><organizationName>\</b> organization has been deleted.\</p>
\</div>
\<div style="background-color: #292c2f; color: white; padding: 15px 10px 47px 10px;">
\<a href="http://www.eclipse.org/che/">
\<img src="https://www.eclipse.org/che/images/logo-eclipseche.svg" height="32" align="left" alt=" " />
\</a>
\</div>
\</body>
\</html>

View File

@ -1,2 +1,23 @@
Hi,\<br>
\<b><orgOldName>\</b> organization has been renamed to \<b><orgNewName>\</b>.
\<html>
\<head>
\<style>@import url(https://fonts.googleapis.com/css?family=Roboto);\</style>
\</head>
\<body style="width: 700px; margin: 0 auto; font-size: 16px; font-family: Roboto;">
\<div style="background-color: #292c2f; color: white; padding: 25px 10px;">
\<span style="font-size: 26px; color: #cccccc;">Eclipse Che\</span>
\<div style="height: 50px">\</div>
\<span style="font-size: 24px; color: white;">Organization has been renamed\</span>
\</div>
\<div style="padding: 10px;">
\<p>Hi,\</p>
\<p>\<b><orgOldName>\</b> organization has been renamed to \<b><orgNewName>\</b>\</p>
\</div>
\<div style="background-color: #292c2f; color: white; padding: 15px 10px 47px 10px;">
\<a href="http://www.eclipse.org/che/">
\<img src="https://www.eclipse.org/che/images/logo-eclipseche.svg" height="32" align="left" alt=" " />
\</a>
\</div>
\</body>
\</html>

View File

@ -1,4 +1,24 @@
Hi,\<br>
\<b><initiator>\</b> added you to a Che organization called \<b><organizationName>\</b>.\<br>
Access the organization here \<a href="<dashboardEndpoint>/#/organization/<orgQualifiedName>">link\</a>.\<br>
Enjoy!
\<html>
\<head>
\<style>@import url(https://fonts.googleapis.com/css?family=Roboto);\</style>
\</head>
\<body style="width: 700px; margin: 0 auto; font-size: 16px; font-family: Roboto;">
\<div style="background-color: #292c2f; color: white; padding: 25px 10px;">
\<span style="font-size: 26px; color: #cccccc;">Eclipse Che\</span>
\<div style="height: 50px">\</div>
\<span style="font-size: 24px; color: white;">User added to organization\</span>
\</div>
\<div style="padding: 10px;">
\<p>Hi,\</p>
\<p>\<b><initiator>\</b> added you to a Che organization called \<b><organizationName>\</b>.\</p>
\<p>Access the organization here \<a href="<dashboardEndpoint>/#/organization/<orgQualifiedName>">link\</a>.\</p>
\</div>
\<div style="background-color: #292c2f; color: white; padding: 15px 10px 47px 10px;">
\<a href="http://www.eclipse.org/che/">
\<img src="https://www.eclipse.org/che/images/logo-eclipseche.svg" height="32" align="left" alt=" " />
\</a>
\</div>
\</body>
\</html>

View File

@ -1,2 +1,24 @@
Hi,\<br>
\<b><initiator>\</b> removed you from a Che organization called \<b><organizationName>\</b>.
\<html>
\<head>
\<style>@import url(https://fonts.googleapis.com/css?family=Roboto);\</style>
\</head>
\<body style="width: 700px; margin: 0 auto; font-size: 16px; font-family: Roboto;">
\<div style="background-color: #292c2f; color: white; padding: 25px 10px;">
\<span style="font-size: 26px; color: #cccccc;">Eclipse Che\</span>
\<div style="height: 50px">\</div>
\<span style="font-size: 24px; color: white;">User removed from organization\</span>
\</div>
\<div style="padding: 10px;">
\<p>Hi,\</p>
\<p>\<b><initiator>\</b> removed you from a Che organization called \<b><organizationName>\</b>.\</p>
\</div>
\<div style="background-color: #292c2f; color: white; padding: 15px 10px 47px 10px;">
\<a href="http://www.eclipse.org/che/">
\<img src="https://www.eclipse.org/che/images/logo-eclipseche.svg" height="32" align="left" alt=" " />
\</a>
\</div>
\</body>
\</html>