[Pkg-owncloud-commits] [owncloud] 08/134: mail template: remove off-white background color to better blend into mail client

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:43:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 289f64b1919befefe90e8c510b468268cdf50230
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Mon Mar 3 12:21:08 2014 +0100

    mail template: remove off-white background color to better blend into mail client
---
 core/templates/mail.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/templates/mail.php b/core/templates/mail.php
index 4fa54aa..80ea3b8 100644
--- a/core/templates/mail.php
+++ b/core/templates/mail.php
@@ -7,10 +7,10 @@
 <img src="<?php print_unescaped(OC_Helper::makeURLAbsolute(image_path('', 'logo-mail.gif'))); ?>" alt="<?php p($theme->getName()); ?>"/>
 </td>
 </tr>
-<tr><td bgcolor="#f8f8f8" colspan="2"> </td></tr>
+<tr><td colspan="2"> </td></tr>
 <tr>
-<td bgcolor="#f8f8f8" width="20px"> </td>
-<td bgcolor="#f8f8f8" style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">
+<td width="20px"> </td>
+<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">
 <?php
 print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href="%s">View it!</a><br><br>', array($_['user_displayname'], $_['filename'], $_['link'])));
 if ( isset($_['expiration']) ) {
@@ -21,17 +21,17 @@ p($l->t('Cheers!'));
 ?>
 </td>
 </tr>
-<tr><td bgcolor="#f8f8f8" colspan="2"> </td></tr>
+<tr><td colspan="2"> </td></tr>
 <tr>
-<td bgcolor="#f8f8f8" width="20px"> </td>
-<td bgcolor="#f8f8f8" style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">--<br>
+<td width="20px"> </td>
+<td style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">--<br>
 <?php p($theme->getName()); ?> -
 <?php p($theme->getSlogan()); ?>
 <br><a href="<?php print_unescaped($theme->getBaseUrl()); ?>"><?php print_unescaped($theme->getBaseUrl());?></a>
 </td>
 </tr>
 <tr>
-<td bgcolor="#f8f8f8" colspan="2"> </td>
+<td colspan="2"> </td>
 </tr>
 </table>
 </td></tr>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list