Show System Specs link has no place under the Options
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 18 Jan 2005 16:54:29 +0000 (16:54 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 18 Jan 2005 16:54:29 +0000 (16:54 +0000)
menu, move it to the Bug-plugin page.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8676 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/bug_report/bug_report.php
plugins/bug_report/setup.php

index eef6e674f2180acdae7a3487090974211fb71516..566cd858bdfceb46f73ca4877bd6766fa367a058 100644 (file)
@@ -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>
index 3e782d4816dfe8ae1185cf8c04ce0a2bcd91ae17..757cd5458a1a7d77b081f209db3db11be9726a53 100644 (file)
@@ -85,9 +85,6 @@ function bug_report_options() {
         echo ' checked="checked"';
     }
     echo ' /> ' . _("Show button in toolbar") . "</td></tr>\n";
-
-    echo '<tr><td></td>' .
-         '<td><a href="' . SM_PATH . 'plugins/bug_report/show_system_specs.php" target="_blank"><small>' . _("Show system specs") . '</small></a></td></tr>';
 }
 
-?>
\ No newline at end of file
+?>