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/?p=squirrelmail.git;a=commitdiff_plain;h=62e69dd95ef85d856519aa5307f3371dfade59ff 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%"'); ?> - \ 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 +?>