[Python-checkins] r62496 - tracker/instances/python-dev/html/issue.item.html

martin.v.loewis python-checkins at python.org
Fri Apr 25 08:49:33 CEST 2008


Author: martin.v.loewis
Date: Fri Apr 25 08:49:33 2008
New Revision: 62496

Log:
Double the height of the comment field.


Modified:
   tracker/instances/python-dev/html/issue.item.html

Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html	(original)
+++ tracker/instances/python-dev/html/issue.item.html	Fri Apr 25 08:49:33 2008
@@ -159,7 +159,7 @@
  <th><tal:block i18n:translate="">Comment</tal:block>:</th>
  <td colspan="3">
   <textarea tal:content="request/form/@note/value | default"
-            name="@note" wrap="hard" rows="5" cols="72"></textarea>
+            name="@note" wrap="hard" rows="10" cols="72"></textarea>
  </td>
 </tr>
 


More information about the Python-checkins mailing list