Mercurial > p > roundup > code
diff roundup/templates/extended/html/support.item @ 390:a74ea8489896
users may attach files to issues (and support in ext) through the web now
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 14 Nov 2001 21:35:22 +0000 |
| parents | deba609c1583 |
| children | 23e7ca59eb4b c242455d9b46 |
line wrap: on
line diff
--- a/roundup/templates/extended/html/support.item Tue Nov 13 21:44:44 2001 +0000 +++ b/roundup/templates/extended/html/support.item Wed Nov 14 21:35:22 2001 +0000 @@ -1,4 +1,4 @@ -<!-- $Id: support.item,v 1.2 2001-07-30 08:03:56 richard Exp $--> +<!-- $Id: support.item,v 1.3 2001-11-14 21:35:22 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -60,6 +60,11 @@ </tr> <tr bgcolor="ffffea"> + <td width=1% nowrap align=right><span class="form-label">File</span></td> + <td colspan=3 class="form-text"><input type="file" name="__file" size="80"></td> +</tr> + +<tr bgcolor="ffffea"> <td> </td> <td colspan=3 class="form-text"><display call="submit()"></td> </tr>
