From: kink
Date: Tue, 18 Jan 2005 16:54:29 +0000 (+0000)
Subject: Show System Specs link has no place under the Options
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=62e69dd95ef85d856519aa5307f3371dfade59ff;p=squirrelmail.git
Show System Specs link has no place under the Options
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
---
diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php
index eef6e674..566cd858 100644
--- a/plugins/bug_report/bug_report.php
+++ b/plugins/bug_report/bug_report.php
@@ -60,6 +60,9 @@ $body = htmlspecialchars($body_top) . $body;
';
+echo _("Show System Specifications");
+echo "
\n\n";
echo '';
echo _("Before you send your bug report, please make sure to check this checklist for any common problems.");
echo "
\n";
@@ -136,4 +139,4 @@ echo html_tag('table',
), 'center', '', 'width="95%"');
?>