Mercurial > p > roundup > code
diff templates/minimal/html/_generic.index.html @ 3410:902b016abbd1
use variable-width textareas
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 26 Sep 2005 02:04:24 +0000 |
| parents | 460eb0209a9e |
| children | a9f6eb633452 |
line wrap: on
line diff
--- a/templates/minimal/html/_generic.index.html Mon Sep 26 02:03:34 2005 +0000 +++ b/templates/minimal/html/_generic.index.html Mon Sep 26 02:04:24 2005 +0000 @@ -38,7 +38,7 @@ </tal:block> <form onSubmit="return submit_once()" method="POST" tal:attributes="action context/designator"> -<textarea rows="15" cols="60" name="rows" tal:content="context/csv"></textarea> +<textarea rows="15" style="width:90%" name="rows" tal:content="context/csv"></textarea> <br> <input type="hidden" name="@action" value="editCSV"> <input type="submit" value="Edit Items" i18n:attributes="value">
