From 62e69dd95ef85d856519aa5307f3371dfade59ff Mon Sep 17 00:00:00 2001
From: kink
Date: Tue, 18 Jan 2005 16:54:29 +0000
Subject: [PATCH] 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
---
plugins/bug_report/bug_report.php | 5 ++++-
plugins/bug_report/setup.php | 5 +----
2 files changed, 5 insertions(+), 5 deletions(-)
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%"');
?>