From: stekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0> Date: Tue, 21 Oct 2003 16:41:17 +0000 (+0000) Subject: use theme colors and removed ugly borders around the mime headers X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c157ce7e91d2dd9a219ddf8cb36a23ff9161c554;p=squirrelmail.git use theme colors and removed ugly borders around the mime headers git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5992 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/message_details/message_details_bottom.php b/plugins/message_details/message_details_bottom.php index 83c33df9..b9a5e7b6 100644 --- a/plugins/message_details/message_details_bottom.php +++ b/plugins/message_details/message_details_bottom.php @@ -258,10 +258,6 @@ $xtra = <<<ECHO .entheader { display:inline; - margin-bottom:1em; - padding-bottom:1em; - border-style: solid none solid none; - border-width:0.1em; width:99%; } //--> @@ -272,9 +268,12 @@ ECHO; displayHtmlHeader( _("Message Details"), $xtra, FALSE ); /* body */ -echo '<body><code>'."\n"; +echo "<body text=\"$color[8]\" bgcolor=\"$color[4]\" link=\"$color[7]\" vlink=\"$color[7]\" alink=\"$color[7]\">\n"; +echo '<code>'."\n"; echo '<font face = "monospace">'."\n"; echo '<BR>'."\n"; + + //session_register("entities"); //$keys = array_keys($entities); //$start = gettimeofday();