Mercurial > p > roundup > code
comparison roundup/templates/classic/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 | 8bce1a8b3814 |
comparison
equal
deleted
inserted
replaced
| 389:7d7cb5319fc0 | 390:a74ea8489896 |
|---|---|
| 118 <td width=1% nowrap align=right><span class="form-label">Change Note</span></td> | 118 <td width=1% nowrap align=right><span class="form-label">Change Note</span></td> |
| 119 <td colspan=3 class="form-text"><display call="note()"></td> | 119 <td colspan=3 class="form-text"><display call="note()"></td> |
| 120 </tr> | 120 </tr> |
| 121 | 121 |
| 122 <tr bgcolor="ffffea"> | 122 <tr bgcolor="ffffea"> |
| 123 <td width=1% nowrap align=right><span class="form-label">File</span></td> | |
| 124 <td colspan=3 class="form-text"><input type="file" name="__file" size="80"></td> | |
| 125 </tr> | |
| 126 | |
| 127 <tr bgcolor="ffffea"> | |
| 123 <td> </td> | 128 <td> </td> |
| 124 <td colspan=3 class="form-text"><display call="submit()"></td> | 129 <td colspan=3 class="form-text"><display call="submit()"></td> |
| 125 </tr> | 130 </tr> |
| 126 | 131 |
| 127 <tr class="msg-header"> | 132 <tr class="msg-header"> |
