Mercurial > p > roundup > code
diff roundup/templates/extended/htmlbase.py @ 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 | c0ca7f35e0c5 |
| children | d4b19c2ee740 |
line wrap: on
line diff
--- a/roundup/templates/extended/htmlbase.py Tue Nov 13 21:44:44 2001 +0000 +++ b/roundup/templates/extended/htmlbase.py Wed Nov 14 21:35:22 2001 +0000 @@ -157,6 +157,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> @@ -538,6 +543,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>
