Code

80 cols for change notes by default
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 14 Feb 2003 01:00:33 +0000 (01:00 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 14 Feb 2003 01:00:33 +0000 (01:00 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1510 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/classic/html/issue.item

index dcba3e0646f5620d834c412188a52b63f598b228..3e26a06c79d310058aab1a1ecf93925dcd2decd2 100644 (file)
@@ -66,7 +66,7 @@ python:db.user.classhelp('username,realname,address,phone')" /><br>
  <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>