From 42a73e4906548ec0ff04e08a067a835349bf6aea Mon Sep 17 00:00:00 2001 From: tokul Date: Wed, 31 Mar 2004 16:27:24 +0000 Subject: [PATCH] fixing some strings that can't be extracted with gettext 0.10.40. adding form functions. maybe functions/forms.php can be loaded by include/validate.php? git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6985 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/bug_report/bug_report.php | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php index ed658d1b..9fc9c32e 100644 --- a/plugins/bug_report/bug_report.php +++ b/plugins/bug_report/bug_report.php @@ -25,6 +25,9 @@ define('SM_PATH','../../'); require_once(SM_PATH . 'include/validate.php'); +// loading form functions +require_once(SM_PATH . 'functions/forms.php'); + displayPageHeader($color, 'None'); @@ -99,7 +102,7 @@ if ($imap_stream) { array_shift($list); array_shift($list); $read = implode(' ', $list); - $body .= " Cabailities: $read"; + $body .= " Capabilities: $read"; fputs ($imap_stream, "a002 LOGOUT\r\n"); fclose($imap_stream); } else { @@ -136,15 +139,15 @@ $body = htmlspecialchars($body_top . $body); ?>
- +
"._("Submit a Bug Report")."",'center',$color[0]); ?>
"; + echo '

'; echo _("Before you send your bug report, please make sure to check this checklist for any common problems."); - echo "

"; + echo '

'; echo "