diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-07 01:44:45 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-07 01:44:45 +0000 |
| commit | 90f79a7a691943a496f67f01c1e493256070e4de (patch) | |
| tree | 37275fde3ae08c2bca384fbbc8eb378de7e39230 /lib/mail/partials | |
| parent | fbb3b7f05737f9571b04b0a8f4f15c0928de8545 (diff) | |
(대표님) 변경사항 20250707 10시 43분 - unstaged 변경사항 추가
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, 0 insertions, 15 deletions
diff --git a/lib/mail/partials/footer.hbs b/lib/mail/partials/footer.hbs deleted file mode 100644 index 06aae57d..00000000 --- a/lib/mail/partials/footer.hbs +++ /dev/null @@ -1,8 +0,0 @@ -<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 deleted file mode 100644 index 7898c82e..00000000 --- a/lib/mail/partials/header.hbs +++ /dev/null @@ -1,7 +0,0 @@ -<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> |
