|
From: Benjamin C. <bc...@us...> - 2002-05-05 16:24:49
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv14277/templates/default
Modified Files:
bugdisplay.html
Log Message:
Fixes bug #550178 - Problems with CC addresses
Index: bugdisplay.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/bugdisplay.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- bugdisplay.html 11 Apr 2002 16:08:05 -0000 1.26
+++ bugdisplay.html 5 May 2002 16:24:47 -0000 1.27
@@ -135,7 +135,7 @@
<td colspan="2" valign="top">
Remove selected CCs:
<br>
- <select name="remove_cc[]" size="5" style="width: 15em" multiple>{build_select box=cclist selected=$bug_id}</select>
+ <select name="remove_cc[]" size="5" style="width: 15em" multiple>{build_select box=bug_cc selected=$bug_id}</select>
</td>
</tr>
</table>
|