Skip to content

Commit

Permalink
Updated send email template
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Feb 3, 2021
1 parent 42fba16 commit 67208c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions themes/ilhasoft/email/html/email-verification.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<header style="width: 670px; height: 52px; border-bottom: 1px solid #E2E6ED;">
<img src="https://weni-media-sp.s3-sa-east-1.amazonaws.com/logo/Logo.png" alt="Weni-Logo" style="margin-left: 24px; margin-top: 10px;"/>
</header>
<section style="width: 574px; min-height: 280px; margin: 50px auto;">
<section style="width: 574px; margin: 48px auto;">
<div style="font-family: Lato; font-style: normal; font-weight: normal; font-size: 20px; line-height: 24px; color: #808080;"> ${msg("emailVerificationWelcome",user.firstName)?no_esc}</div>

<div style="font-family: Lato; font-weight: bold; font-size: 20px; line-height: 28px; color: #262626; margin-top: 24px;">
Expand All @@ -22,7 +22,7 @@
${msg("emailVerificationText", linkExpiration)?no_esc}

<div style="cursor:pointer; margin: auto; width: 400px; text-align: center;background: #3B414D;color: #FFFFFF;font-size: 16px;
font-family: Lato;margin-top:50px;border-radius: 4px; padding: 1px 0;">
font-family: Lato;margin-top:20px;border-radius: 4px; padding: 1px 0;">
${msg("emailVerificationConfirmationButton", link)?no_esc}
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion themes/ilhasoft/email/html/event-update_password.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<header style="width: 670px; height: 52px; border-bottom: 1px solid #E2E6ED;">
<img src="https://weni-media-sp.s3-sa-east-1.amazonaws.com/logo/Logo.png" alt="Weni-Logo" style="margin-left: 24px; margin-top: 10px;"/>
</header>
<section style="width: 574px; min-height: 280px; margin: 50px auto;">
<section style="width: 574px; margin: 48px auto;">
<div style="font-family: Lato; font-style: normal; font-weight: normal; font-size: 20px; line-height: 24px; color: #808080;"> ${msg("emailVerificationWelcome",user.firstName)?no_esc}</div>

<div style="font-family: Lato; font-weight: bold; font-size: 20px; line-height: 28px; color: #262626; margin-top: 24px;">
Expand Down
4 changes: 2 additions & 2 deletions themes/ilhasoft/email/html/password-reset.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<header style="width: 670px; height: 52px; border-bottom: 1px solid #E2E6ED;">
<img src="https://weni-media-sp.s3-sa-east-1.amazonaws.com/logo/Logo.png" alt="Weni-Logo" style="margin-left: 24px; margin-top: 10px;"/>
</header>
<section style="width: 574px; min-height: 280px; margin: 50px auto;">
<section style="width: 574px; margin: 48px auto;">

${msg("passwordResetBodyText1Html")?no_esc}

${msg("passwordResetBodyText2Html", linkExpiration)?no_esc}

<div style="cursor:pointer; margin: auto; width: 400px; text-align: center;background: #3B414D;color: #FFFFFF;font-size: 16px;
font-family: Lato;margin-top:50px;border-radius: 4px; padding: 1px 0;">
font-family: Lato;margin-top:20px;border-radius: 4px; padding: 1px 0;">
${msg("passwordResetBodyHtml",link)?no_esc}
</div>
</section>
Expand Down

0 comments on commit 67208c7

Please sign in to comment.