svn commit: r39205 - head/en_US.ISO8859-1/htdocs
Eitan Adler
eadler at FreeBSD.org
Sun Jul 15 03:21:28 UTC 2012
Author: eadler (src,ports committer)
Date: Sun Jul 15 03:21:27 2012
New Revision: 39205
URL: http://svn.freebsd.org/changeset/doc/39205
Log:
Remove option to set priority or severity: these are unused by our
developers and bugmeisters. It is generally considered bad practice to
include unused selections in a form.
Reset buttons were always a bad idea [0]
[0] http://www.useit.com/alertbox/20000416.html
Approved by: linimon
Approved by: bugmeister
Modified:
head/en_US.ISO8859-1/htdocs/send-pr.sgml
Modified: head/en_US.ISO8859-1/htdocs/send-pr.sgml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/send-pr.sgml Sat Jul 14 16:32:27 2012 (r39204)
+++ head/en_US.ISO8859-1/htdocs/send-pr.sgml Sun Jul 15 03:21:27 2012 (r39205)
@@ -72,6 +72,8 @@
enctype="multipart/form-data">
<input type="hidden" name="submitterid" value="current-users" >
<input type="hidden" name="confidential" value="no" >
+ <input type="hidden" name="severity" value="non-critical">
+ <input type="hidden" name="priority" value="low">
<label for="email">Your Electronic Mail Address</label>: <br>
<input type="text" name="email" id="email" size="40">
@@ -108,18 +110,6 @@
<option> www</option>
</select>
- <br><br><label for="severity">Severity</label>: <select name="severity" id="severity">
- <option> non-critical</option>
- <option> serious</option>
- <option> critical</option>
- </select>
-
- <br><br><label for="priority">Priority</label>: <select name="priority" id="priority">
- <option> low</option>
- <option> medium</option>
- <option> high</option>
- </select>
-
<br><br><label for="class">Class:</label> <select name="class" id="class">
<option> sw-bug</option>
<option> doc-bug</option>
@@ -157,7 +147,6 @@
<input type="text" name="code-confirm" id="code-confirm" size="8"><br><br>
<input type="submit" value="Submit Problem Report" >
- <input type="reset" value="Reset" >
</form>
&footer;
More information about the svn-doc-head
mailing list