Mercurial > p > roundup > code
diff roundup/templates/classic/html/file.item @ 1573:99601a818890
removed unusable (and wrong) file upload from file item edit page
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 28 Mar 2003 00:00:29 +0000 |
| parents | 9e7b2a54f862 |
| children |
line wrap: on
line diff
--- a/roundup/templates/classic/html/file.item Thu Mar 27 05:42:53 2003 +0000 +++ b/roundup/templates/classic/html/file.item Fri Mar 28 00:00:29 2003 +0000 @@ -29,10 +29,6 @@ <th>Content Type</th> <td tal:content="structure context/type/field"></td> </tr> - <tr> - <th>Content</th> - <td><input type="file" name="content" size="40"></td> - </tr> <tr> <td> </td>
