|
From: Benjamin C. <bc...@us...> - 2001-09-08 15:59:56
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv7343/templates/default
Modified Files:
bugdisplay.html
Log Message:
Fixed bug with resolution and status updates
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bugdisplay.html 2001/08/30 13:49:08 1.5
+++ bugdisplay.html 2001/09/08 15:59:53 1.6
@@ -104,7 +104,7 @@
<!-- END arow -->
<!-- BEGIN rrow -->
<input type="radio" name="outcome" value="resolve">
- Resolve bug, changing resolution to <select name="bugresolution">{bugresolution}</select><br>
+ Resolve bug, changing resolution to <select name="resolution_id">{bugresolution}</select><br>
<input type="radio" name="outcome" value="dupe">
Resolve bug, mark it as a duplicate of bug #<input type="text" name="dupenum" size="5"><br>
<input type="radio" name="outcome" value="reassign">
|