Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 1432:f7b41db155d2
80 cols for change notes by default
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 14 Feb 2003 01:00:33 +0000 |
| parents | 8e4c3e8de96f |
| children | 85bd94070854 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Fri Feb 14 00:31:46 2003 +0000 +++ b/roundup/templates/classic/html/issue.item Fri Feb 14 01:00:33 2003 +0000 @@ -66,7 +66,7 @@ <th nowrap>Change Note</th> <td colspan=3> <textarea tal:content="request/form/:note/value | default" - name=":note" wrap="hard" rows="5" cols="60"></textarea> + name=":note" wrap="hard" rows="5" cols="80"></textarea> </td> </tr>
