aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-11-30 11:31:43 +0100
committerGitHub <noreply@github.com>2016-11-30 11:31:43 +0100
commit86168c8ea7d233e7aef7e6a6bda758646a6480e3 (patch)
tree6f287a39ed59995df27fa05c9213c64d0bbe529f /apps
parent62ec31eb7bf937c9a7ba01864c0845517ede548c (diff)
parent8e361b723c76cf5c71ee5cbbad886afa48c10833 (diff)
downloadnextcloud-server-86168c8ea7d233e7aef7e6a6bda758646a6480e3.tar.gz
nextcloud-server-86168c8ea7d233e7aef7e6a6bda758646a6480e3.zip
Merge pull request #1446 from nextcloud/fix-mail-design
Fix mail design
Diffstat (limited to 'apps')
-rw-r--r--apps/encryption/templates/mail.php5
-rw-r--r--apps/sharebymail/templates/mail.php5
2 files changed, 4 insertions, 6 deletions
diff --git a/apps/encryption/templates/mail.php b/apps/encryption/templates/mail.php
index 3783959b363..3754b4b3e58 100644
--- a/apps/encryption/templates/mail.php
+++ b/apps/encryption/templates/mail.php
@@ -6,9 +6,8 @@
<tr><td>
<table cellspacing="0" cellpadding="0" border="0" width="600px">
<tr>
- <td bgcolor="<?php p($theme->getMailHeaderColor());?>" width="20px">&nbsp;</td>
- <td bgcolor="<?php p($theme->getMailHeaderColor());?>">
- <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.gif'))); ?>" alt="<?php p($theme->getName()); ?>"/>
+ <td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>">
+ <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/>
</td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>
diff --git a/apps/sharebymail/templates/mail.php b/apps/sharebymail/templates/mail.php
index 48f7dcb063a..ea3531809a9 100644
--- a/apps/sharebymail/templates/mail.php
+++ b/apps/sharebymail/templates/mail.php
@@ -27,9 +27,8 @@
<tr><td>
<table cellspacing="0" cellpadding="0" border="0" width="600px">
<tr>
- <td bgcolor="<?php p($theme->getMailHeaderColor());?>" width="20px">&nbsp;</td>
- <td bgcolor="<?php p($theme->getMailHeaderColor());?>">
- <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.gif'))); ?>" alt="<?php p($theme->getName()); ?>"/>
+ <td colspan="2" bgcolor="<?php p($theme->getMailHeaderColor());?>">
+ <img src="<?php p(\OC::$server->getURLGenerator()->getAbsoluteURL(image_path('', 'logo-mail.png'))); ?>" alt="<?php p($theme->getName()); ?>"/>
</td>
</tr>
<tr><td colspan="2">&nbsp;</td></tr>