diff options
Diffstat (limited to 'themes/default/template/mail/text/html')
3 files changed, 9 insertions, 2 deletions
diff --git a/themes/default/template/mail/text/html/mail-css-clear.tpl b/themes/default/template/mail/text/html/mail-css-clear.tpl index b23c2b5d3..98b0337d9 100644 --- a/themes/default/template/mail/text/html/mail-css-clear.tpl +++ b/themes/default/template/mail/text/html/mail-css-clear.tpl @@ -14,7 +14,7 @@ html, body, #bodyTable { /* main block */ #header { background:#eee; - background:radial-gradient(ellipse at center, #fefefe, #e5e5e5); + background-image:radial-gradient(ellipse at center, #fefefe, #e5e5e5); border-top:4px solid #f70; text-align:center; text-shadow:1px 1px 0px #fff; diff --git a/themes/default/template/mail/text/html/mail-css-dark.tpl b/themes/default/template/mail/text/html/mail-css-dark.tpl index 8299b5ad5..d35c698c5 100644 --- a/themes/default/template/mail/text/html/mail-css-dark.tpl +++ b/themes/default/template/mail/text/html/mail-css-dark.tpl @@ -14,7 +14,7 @@ html, body, #bodyTable { /* main block */ #header { background:#444; - background:radial-gradient(ellipse at center, #555, #333); + background-image:radial-gradient(ellipse at center, #555, #333); border:1px solid #000; border-top:4px solid #f70; text-align:center; diff --git a/themes/default/template/mail/text/html/notification_admin.tpl b/themes/default/template/mail/text/html/notification_admin.tpl new file mode 100644 index 000000000..2cd3483b0 --- /dev/null +++ b/themes/default/template/mail/text/html/notification_admin.tpl @@ -0,0 +1,7 @@ +{$CONTENT} + +{if isset($TECHNICAL)} +<p style="margin-top:10px;font-size:10px;"> +{$TECHNICAL|nl2br} +</p> +{/if}
\ No newline at end of file |