Printable version should not use theme colors but fixed black-text-on-white-background.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Mar 2003 11:17:06 +0000 (11:17 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Mar 2003 11:17:06 +0000 (11:17 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4691 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/printer_friendly_bottom.php

index cd7d042b424916389f2e6e0f6b33c174570c2382..3fa0c95b82e2d081c857fd587cb5e8475eca25ba 100644 (file)
@@ -113,7 +113,7 @@ $subject = decodeHeader($subject);
 /* --start browser output-- */
 displayHtmlHeader( _("Printer Friendly"), '', FALSE );
 
-echo "<body text=\"$color[8]\" bgcolor=\"$color[4]\" link=\"$color[7]\" vlink=\"$color[7]\" alink=\"$color[7]\">\n" .
+echo '<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alink="#000000">'."\n" .
      /* headers (we use table because translations are not all the same width) */
      html_tag( 'table', '', 'center', '', 'cellspacing="0" cellpadding="0" border="0" width="100%"' ) .
      html_tag( 'tr',