$this->form->addElement('static', null, null, gettext("To report a security bug, please send an email to <a href=\"mailto:security@postgresql.org\">security@postgresql.org</a>. All other bugs will be forwarded to the <a href=\"http://archives.postgresql.org/pgsql-bugs/\">pgsql-bugs</a> mailing list where they will be publicly archived."));
$this->form->addElement('static', 'info', null, gettext('Make sure you are running the latest available minor release for your major <a href="/support/versioning">version</a> before reporting a bug. The current list of supported versions is ') . $this->get_supported_versions() . '.');
+ $this->form->addElement('static', null, null, gettext("This bug report form should only be used for reporting bugs and problems with the PostgreSQL database. Problems with database connectors such as ODBC and JDBC, graphical administration tools such as pgAdmin or other external projects <b>should not be reported here</b>; please report to those projects directly. For products closely connected with PostgreSQL, there may be an appropriate <a href='/community/lists'>mailing list</a> available."));
$this->form->addElement('text', 'name', gettext("Name:"), array('size' => 40, 'maxlength' => 100));
$this->form->addElement('text', 'email', gettext("Email:"), array('size' => 40, 'maxlength' => 100));