X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fbug_report%2Fbug_report.php;h=c62498caa2ba23eda0ef70635cd05e932aa26927;hb=46489d06566e040f4852385cc6862f65009dfe97;hp=58917c43d1ca5a5ca7a9bfca992866a90b319893;hpb=ddc94fcb79bf871503fd28902bfe3bba9388e387;p=squirrelmail.git diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php index 58917c43..c62498ca 100644 --- a/plugins/bug_report/bug_report.php +++ b/plugins/bug_report/bug_report.php @@ -1,5 +1,4 @@ display('footer.tpl'); + exit(); +} + +/** get system specs */ +require_once(SM_PATH . 'plugins/bug_report/system_specs.php'); global $body; -$body_top = "I subscribe to the squirrelmail-users mailing list.\n" . +$body_top = "I am subscribed to the this mailing list.\n" . + " (applies when you are sending email to SquirrelMail mailing list)\n". " [ ] True - No need to CC me when replying\n" . " [ ] False - Please CC me when replying\n" . "\n" . @@ -58,8 +62,11 @@ $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"; @@ -72,7 +79,7 @@ echo "\n"; echo '
  • '; printf(_("Check to see if your bug is already listed in the %sBug List%s on SourceForge. If it is, we already know about it and are trying to fix it."), '', ''); echo "
  • \n"; - + echo '
  • '; echo _("Try to make sure that you can repeat it. If the bug happens sporatically, try to document what you did when it happened. If it always occurs when you view a specific message, keep that message around so maybe we can see it."); echo "
  • \n"; @@ -94,7 +101,14 @@ echo "

    \n";
    - :