From 68636067e98ab30914237ed28d5015cbf8dd6fe4 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 6 Nov 2013 16:21:31 +0000 Subject: feature feature 2995: New email template improve mail cache system fix font-size in Thunderbird git-svn-id: http://piwigo.org/svn/trunk@25358 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/mail/text/html/global-mail-css.tpl | 2 ++ themes/default/template/mail/text/html/notification_admin.tpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'themes/default') diff --git a/themes/default/template/mail/text/html/global-mail-css.tpl b/themes/default/template/mail/text/html/global-mail-css.tpl index 6bfcc1cd1..59a1bde2f 100644 --- a/themes/default/template/mail/text/html/global-mail-css.tpl +++ b/themes/default/template/mail/text/html/global-mail-css.tpl @@ -25,6 +25,8 @@ html, body, #bodyTable { } #content { padding:0 20px 20px 20px; + font-family:"Verdana", "Helvetica", "Optima", sans-serif; + font-size:13px; } #footer { font-size:10px; diff --git a/themes/default/template/mail/text/html/notification_admin.tpl b/themes/default/template/mail/text/html/notification_admin.tpl index 2cd3483b0..f30c0df07 100644 --- a/themes/default/template/mail/text/html/notification_admin.tpl +++ b/themes/default/template/mail/text/html/notification_admin.tpl @@ -1,7 +1,7 @@ {$CONTENT} {if isset($TECHNICAL)} -

+

{$TECHNICAL|nl2br}

{/if} \ No newline at end of file -- cgit v1.2.3