X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fbug_report%2Fbug_report.php;h=1c82086fd6f85bd22f8b5e9e48602241fc6dd9ce;hp=35757acf7c3e4eadebccf3e3d22a556e961af294;hb=c64dbf73f7e8ce957a638ed3e2ebef1734ddcb32;hpb=15ee328a64a3a124585c5d12d9b977aaa694218f diff --git a/plugins/bug_report/bug_report.php b/plugins/bug_report/bug_report.php index 35757acf..1c82086f 100644 --- a/plugins/bug_report/bug_report.php +++ b/plugins/bug_report/bug_report.php @@ -31,6 +31,7 @@ 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" . @@ -114,4 +115,25 @@ $body = htmlspecialchars($body_top) . $body; +
+ ') + ) . + 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%"'); + ?>