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
<?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";
), 'center', '', 'width="95%"');
?>
</body>
-</html>
\ No newline at end of file
+</html>
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>';
}
-?>
\ No newline at end of file
+?>