|
From: Benjamin C. <bc...@us...> - 2001-09-22 16:55:36
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv10163/templates/default
Modified Files:
bugdisplay.html
Log Message:
Added bug CCs
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bugdisplay.html 2001/09/08 15:59:53 1.6
+++ bugdisplay.html 2001/09/22 16:55:33 1.7
@@ -86,12 +86,6 @@
</tr>
<tr>
<td valign="top" colspan="2">
- Additional Comments:
- <br>
- <br>
- <textarea name="comments" rows="10" cols="35" wrap="virtual"></textarea>
- </td>
- <td valign="top" colspan="2">
Update Bug Status:
<br>
<br>
@@ -124,15 +118,35 @@
<input type="radio" name="outcome" value="close">
Mark bug as closed<br>
<!-- END crow -->
+ </td>
+ <td valign="top" colspan="2">
+ Add CC:
+ <br>
+ <br>
+ <input type="text" name="add_cc">
+ <br>
+ <br>
+ Remove selected CCs:
<br>
<br>
+ <select name="remove_cc[]" size="5" multiple>{cclist}</select>
+ </td>
+ </tr>
+</table>
+<table border="0" cellpadding="2" cellspacing="0" width="640">
+ <tr>
+ <td valign="top">
+ Additional Comments:
+ <br>
+ <br>
+ <textarea name="comments" rows="6" cols="55" wrap="virtual"></textarea>
+ <br>
+ <br>
<div align="right">
{submit}
</div>
</td>
</tr>
-</table>
-<table border="0" cellpadding="2" cellspacing="0" width="640">
<tr>
<td>
Attachments:
|