Error handling and more templates
[squirrelmail.git] / src / printer_friendly_top.php
index cb8dbe0e5f25d915527e11f90b32b765ed819690..33202e8fe6c9445ef1a62238ad95ce128a505f55 100644 (file)
@@ -34,12 +34,11 @@ displayHtmlHeader( _("Printer Friendly"),
 
 echo '<body text="'.$color[8].'" bgcolor="'.$color[3].'" link="'.$color[7].'" vlink="'.$color[7].'" alink="'.$color[7]."\">\n" .
      html_tag( 'div',
-         '<b>'.
          '<form>'.
          '<input type="button" value="' . _("Print") . '" onclick="printPopup()" /> '.
          '<input type="button" value="' . _("Close") . '" onclick="window.parent.close()" />'.
-         '</form>'.
-         '</b>',
+         '</form>',
      'right' );
+
 ?>
 </body></html>
\ No newline at end of file