Index: system/form/commentdoc.php =================================================================== RCS file: /usr/local/cvsroot/pgweb/portal/system/form/commentdoc.php,v retrieving revision 1.1 diff -c -r1.1 commentdoc.php *** system/form/commentdoc.php 20 Apr 2004 15:33:30 -0000 1.1 --- system/form/commentdoc.php 4 Jan 2005 00:15:24 -0000 *************** *** 9,15 **** $form->addElement('hidden', 'doc'); $form->addElement('hidden', 'version'); ! $form->addElement('static', null, null, gettext("Please use this form to add your own comments.
Please note, this is not a support forum, and your IP address will be logged.")); $form->addElement('text', 'name', gettext("Name:"), array('size' => 50, 'maxlength' => 100)); $form->addElement('text', 'email', gettext("Email:"), array('size' => 50, 'maxlength' => 100)); --- 9,15 ---- $form->addElement('hidden', 'doc'); $form->addElement('hidden', 'version'); ! $form->addElement('static', null, null, gettext("Please use this form to add your own comments regarding your experience with particular features of PostgreSQL, clarifications of the documentation, or hints for other users.
Please note, this is not a support forum, and your IP address will be logged. If you have a question or need help, please see the faq, try a mailing list, or join us on IRC.")); $form->addElement('text', 'name', gettext("Name:"), array('size' => 50, 'maxlength' => 100)); $form->addElement('text', 'email', gettext("Email:"), array('size' => 50, 'maxlength' => 100));