removing help translations. cy_GB
[squirrelmail.git] / src / printer_friendly_top.php
index 6b8224c04bb21450760d5f171112c59b108ef128..127a9dfc65e3445772d56ef6bcdbc78925c0035f 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * printer_friendly_top.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * top frame of printer_friendly_main.php
@@ -35,16 +35,14 @@ displayHtmlHeader( _("Printer Friendly"),
 
 
 echo "<body text='$color[8]' bgcolor='$color[3]' link='$color[7]' vlink='$color[7]' alink='$color[7]'>\n" .
-     //'<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle" align="center">'.
      html_tag( 'div',
          '<b>'.
          '<form>'.
-         '<input type="button" value="' . _("Print") . '" onClick="printPopup()"> '.
-         '<input type="button" value="' . _("Close") . '" onClick="window.parent.close()">'.
+         '<input type="button" value="' . _("Print") . '" onclick="printPopup()" /> '.
+         '<input type="button" value="' . _("Close") . '" onclick="window.parent.close()" />'.
          '</form>'.
          '</b>',
      'right' );
-     //'</td></tr></table>'.
      '</body></html>'. "\n";
 
 ?>