use theme colors and removed ugly borders around the mime headers
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Oct 2003 16:41:17 +0000 (16:41 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 21 Oct 2003 16:41:17 +0000 (16:41 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5992 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/message_details/message_details_bottom.php

index 83c33df981a6152cab5e4fa624eff0f91d160540..b9a5e7b66b2367d61083d73b1a85b3acff6a9f0b 100644 (file)
@@ -258,10 +258,6 @@ $xtra = <<<ECHO
 
 .entheader {
   display:inline;
 
 .entheader {
   display:inline;
-  margin-bottom:1em;
-  padding-bottom:1em;
-  border-style: solid none solid none;
-  border-width:0.1em;
   width:99%;
 }
 //-->
   width:99%;
 }
 //-->
@@ -272,9 +268,12 @@ ECHO;
 
 displayHtmlHeader( _("Message Details"), $xtra, FALSE );
 /* body */
 
 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";
 echo '<font face = "monospace">'."\n";
 echo '<BR>'."\n";
+
+
 //session_register("entities");
 //$keys = array_keys($entities);
 //$start = gettimeofday();
 //session_register("entities");
 //$keys = array_keys($entities);
 //$start = gettimeofday();