Back out support for using SM without Frames
[squirrelmail.git] / plugins / message_details / message_details_bottom.php
index 83c33df981a6152cab5e4fa624eff0f91d160540..08a8b0e43116474c91a29d0b805c5b892bfc6800 100644 (file)
@@ -8,8 +8,11 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  * 
  * $Id$
+ * @package plugins
+ * @subpackage message_details
  */
 
+/** @ignore */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */
@@ -258,10 +261,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 +271,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();