X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fbug_report%2Fbug_report.php;h=7c37de6171b727080fed74d01c379c74899bc479;hp=d480a097b1d09fe43084b28df58d6ed28170eee3;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hpb=74091b64ffddec9db154d7a76c202b98401b1117 diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php index d480a097..7c37de61 100644 --- a/plugins/bug_report/bug_report.php +++ b/plugins/bug_report/bug_report.php @@ -31,87 +31,109 @@ require_once(SM_PATH . 'functions/forms.php'); displayPageHeader($color, 'None'); include_once(SM_PATH . 'plugins/bug_report/system_specs.php'); +include_once(SM_PATH . 'plugins/bug_report/functions.php'); global $body; $body_top = "I subscribe to the squirrelmail-users mailing list.\n" . - " [ ] True - No need to CC me when replying\n" . - " [ ] False - Please CC me when replying\n" . - "\n" . - "This bug occurs when I ...\n" . - " ... view a particular message\n" . - " ... use a specific plugin/function\n" . - " ... try to do/view/use ....\n" . - "\n\n\n" . - "The description of the bug:\n\n\n" . - "I can reproduce the bug by:\n\n\n" . - "(Optional) I got bored and found the bug occurs in:\n\n\n" . - "(Optional) I got really bored and here's a fix:\n\n\n" . - "----------------------------------------------\n\n"; + " [ ] True - No need to CC me when replying\n" . + " [ ] False - Please CC me when replying\n" . + "\n" . + "This bug occurs when I ...\n" . + " ... view a particular message\n" . + " ... use a specific plugin/function\n" . + " ... try to do/view/use ....\n" . + "\n\n\n" . + "The description of the bug:\n\n\n" . + "I can reproduce the bug by:\n\n\n" . + "(Optional) I got bored and found the bug occurs in:\n\n\n" . + "(Optional) I got really bored and here's a fix:\n\n\n" . + "----------------------------------------------\n\n"; $body = htmlspecialchars($body_top) . $body; ?> -
- - "._("Submit a Bug Report")."",'center',$color[0]); ?> -
- - '; - echo _("Before you send your bug report, please make sure to check this checklist for any common problems."); - echo "

\n"; - - echo "\n"; - - echo "

"; - echo _("Pressing the button below will start a mail message to the developers of SquirrelMail that will contain a lot of information about your system, your browser, how SquirrelMail is set up, and your IMAP server. It will also prompt you for information. Just fill out the sections at the top. If you like, you can scroll down in the message to see what else is being sent."); - echo "

\n"; - - echo "

"; - echo _("Please make sure to fill out as much information as you possibly can to give everyone a good chance of finding and removing the bug. Submitting your bug like this will not have it automatically added to the bug list on SourceForge, but someone who gets your message may add it for you."); - echo "

\n"; +
+ + '._("Submit a Bug Report").'','center',$color[0]); ?> +
+ +'; +echo _("Before you send your bug report, please make sure to check this checklist for any common problems."); +echo "

\n"; + +echo '\n"; + +echo '

'; +echo _("Pressing the button below will start a mail message to the developers of SquirrelMail that will contain a lot of information about your system, your browser, how SquirrelMail is set up, and your IMAP server. It will also prompt you for information. Just fill out the sections at the top. If you like, you can scroll down in the message to see what else is being sent."); +echo "

\n"; + +echo '

'; +echo _("Please make sure to fill out as much information as you possibly can to give everyone a good chance of finding and removing the bug. Submitting your bug like this will not have it automatically added to the bug list on SourceForge, but someone who gets your message may add it for you."); +echo "

\n"; +?> +
+ + + + + + + +
+ : +
+ +
+
+
+') + ) . + html_tag('tr', + html_tag('th', _("Search SourceForge Bugtracker"), 'center', $color[0]) + ) . + html_tag('tr', + html_tag('td', add_sf_bug_form()) + ), 'center', '', 'width="95%"'); ?> -
- - - - - - - -
- : -
- -
-
- + + \ No newline at end of file