Show System Specs link has no place under the Options
[squirrelmail.git] / plugins / bug_report / bug_report.php
index 539e5d30af053ab864d314dcf64ae455f304cf60..566cd858bdfceb46f73ca4877bd6766fa367a058 100644 (file)
@@ -11,7 +11,7 @@
  * Copyright (c) 1999-2005 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * This is a standard Squirrelmail-1.2 API for plugins.
+ * This is a standard SquirrelMail 1.2 API for plugins.
  *
  * @version $Id$
  * @package plugins
@@ -60,6 +60,9 @@ $body = htmlspecialchars($body_top) . $body;
 <?php
 echo $warning_html;
 
+echo '<p><a href="show_system_specs.php" target="_blank">';
+echo _("Show System Specifications");
+echo "</a></p>\n\n";
 echo '<p><big>';
 echo _("Before you send your bug report, please make sure to check this checklist for any common problems.");
 echo "</big></p>\n";
@@ -136,4 +139,4 @@ echo html_tag('table',
     ), 'center', '', 'width="95%"');
 ?>
   </body>
-</html>
\ No newline at end of file
+</html>