From ddc94fcb79bf871503fd28902bfe3bba9388e387 Mon Sep 17 00:00:00 2001
From: jervfors
Date: Fri, 25 Jun 2004 05:54:24 +0000
Subject: [PATCH] Indentation
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7682 7612ce4b-ef26-0410-bec9-ea0150e637f0
---
plugins/bug_report/bug_report.php | 182 +++++++++++++++---------------
1 file changed, 91 insertions(+), 91 deletions(-)
diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php
index 7aca17a6..58917c43 100644
--- a/plugins/bug_report/bug_report.php
+++ b/plugins/bug_report/bug_report.php
@@ -35,105 +35,105 @@ 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]); ?>
-
+
+
+ '._("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 '';
+echo _("Before you send your bug report, please make sure to check this checklist for any common problems.");
+echo "
\n";
- echo '';
- echo '- ';
- printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), 'SquirrelMail', $version);
- echo "
\n";
+echo '';
+echo '- ';
+printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), 'SquirrelMail', $version);
+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 '- ';
+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";
-
- echo '- ';
- printf(_("If there were warnings displayed above, try to resolve them yourself. Read the guides in the %s directory where SquirrelMail was installed."), 'doc/');
- 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";
+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";
+
+echo '- ';
+printf(_("If there were warnings displayed above, try to resolve them yourself. Read the guides in the %s directory where SquirrelMail was installed."), 'doc/');
+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%"');
- ?>
-