Mercurial > p > roundup > code
diff roundup/templates/classic/html/file.newitem @ 1074:954ad22eb7d9
more doc, more cleanup
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 09 Sep 2002 01:59:43 +0000 |
| parents | 5643abab70ed |
| children |
line wrap: on
line diff
--- a/roundup/templates/classic/html/file.newitem Mon Sep 09 00:45:06 2002 +0000 +++ b/roundup/templates/classic/html/file.newitem Mon Sep 09 01:59:43 2002 +0000 @@ -1,18 +1,18 @@ <!-- dollarId: file.newitem,v 1.1 2001/07/30 08:12:17 richard Exp dollar--> -<table border=0 cellspacing=0 cellpadding=2> +<table class="form"> -<tr class="strong-header"> +<tr class="header"> <td colspan=2>File upload details</td> </td> -<tr bgcolor="ffffea"> - <td width=1% nowrap align=right><span class="form-label">File:</span></td> - <td class="form-text"><input type="file" name="content" size="40"></td> +<tr> + <td>File:</td> + <td><input type="file" name="content" size="40"></td> </tr> -<tr bgcolor="ffffea"> +<tr> <td> </td> - <td class="form-text"><input type="submit" name="submit" value="Submit New Entry"></td> + <td><input type="submit" name="submit" value="Submit New Entry"></td> </tr> </table>
