Переглянути джерело

Show System Specs link has no place under the Options
menu, move it to the Bug-plugin page.

Thijs Kinkhorst 20 роки тому
батько
коміт
8b802f155a
2 змінених файлів з 5 додано та 5 видалено
  1. 4 1
      plugins/bug_report/bug_report.php
  2. 1 4
      plugins/bug_report/setup.php

+ 4 - 1
plugins/bug_report/bug_report.php

@@ -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>
+</html>

+ 1 - 4
plugins/bug_report/setup.php

@@ -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>';
 }
 
-?>
+?>