Make the textareas bigger, in order to allow easier editing and
encourage longer reports. PR: www/87865 Submitted by: Andreas Klemm <andreas at klemm dot apsfilter dot org>
This commit is contained in:
parent
3dc72d2f46
commit
c1c33ffc2b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26122
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.45 2005/10/21 21:22:48 linimon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/send-pr.sgml,v 1.46 2005/10/23 15:44:47 ceri Exp $">
|
||||
<!ENTITY title "Submit a FreeBSD problem report">
|
||||
<!ENTITY copyright "This gnats pr-submission mechanism Copyright © 1996
|
||||
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
|
||||
|
@ -124,13 +124,13 @@
|
|||
<textarea name="environment" id="environment" rows="3" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="description">Full Description</label>: <br>
|
||||
<textarea name="description" id="description" rows="6" cols="80"></textarea><br><br>
|
||||
<textarea name="description" id="description" rows="20" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="howtorepeat">How to repeat the problem</label>: <br>
|
||||
<textarea name="howtorepeat" id="howtorepeat" rows="6" cols="80"></textarea><br><br>
|
||||
<textarea name="howtorepeat" id="howtorepeat" rows="10" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="fix">Fix to the problem if known</label>: <br>
|
||||
<textarea name="fix" id="fix" rows="6" cols="80"></textarea><br><br>
|
||||
<textarea name="fix" id="fix" rows="20" cols="80"></textarea><br><br>
|
||||
|
||||
<label for="code-confirm">Finally, please enter the code from the image below to prove
|
||||
you're not a robot: <br><br>
|
||||
|
|
Loading…
Reference in a new issue