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%"'); ?> - \ No newline at end of file + diff --git a/plugins/bug_report/setup.php b/plugins/bug_report/setup.php index 3e782d48..757cd545 100644 --- a/plugins/bug_report/setup.php +++ b/plugins/bug_report/setup.php @@ -85,9 +85,6 @@ function bug_report_options() { echo ' checked="checked"'; } echo ' /> ' . _("Show button in toolbar") . "\n"; - - echo '' . - '' . _("Show system specs") . ''; } -?> \ No newline at end of file +?> -- 2.25.1