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
This commit is contained in:
parent
f1b93ef400
commit
7e92217cf0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39205
1 changed files with 2 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue