diff options
Diffstat (limited to 'lib/mail/partials')
| -rw-r--r-- | lib/mail/partials/footer.hbs | 8 | ||||
| -rw-r--r-- | lib/mail/partials/header.hbs | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lib/mail/partials/footer.hbs b/lib/mail/partials/footer.hbs new file mode 100644 index 00000000..06aae57d --- /dev/null +++ b/lib/mail/partials/footer.hbs @@ -0,0 +1,8 @@ +<table width="100%" cellpadding="0" cellspacing="0" style="margin-top:32px; border-top:1px solid #e5e7eb; padding-top:16px;"> + <tr> + <td align="center"> + <p style="font-size:16px; color:#6b7280; margin:4px 0;">© {{currentYear}} EVCP. {{t "email.vendor.invitation.copyright"}}</p> + <p style="font-size:16px; color:#6b7280; margin:4px 0;">{{t "email.vendor.invitation.no_reply"}}</p> + </td> + </tr> +</table> diff --git a/lib/mail/partials/header.hbs b/lib/mail/partials/header.hbs new file mode 100644 index 00000000..7898c82e --- /dev/null +++ b/lib/mail/partials/header.hbs @@ -0,0 +1,7 @@ +<table width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:24px; border-bottom:1px solid #163CC4; padding-bottom:16px;"> + <tr> + <td align="center"> + <span style="display: block; text-align: left; color: #163CC4; font-weight: bold; font-size: 32px;">eVCP</span> + </td> + </tr> +</table> |
