Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1669)

Unified Diff: templates/main.html

Issue 108823002: chromium-status: improve status field editing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: replace newlines with spaces Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « status.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/main.html
diff --git a/templates/main.html b/templates/main.html
index e87cfcd4bee46a1cf2db1d307241443a1f77c2d3..b542540442e23e3b2f06f53e5adad3aab35ff453 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -31,7 +31,8 @@
</div>
{% endif %}
<form action="/" name="add_new_message" method="post">
- <input type="text" size="80" name="message" value="{{ message }}">
+ <textarea cols="80" rows="2" name="message"
+ style="vertical-align: middle;">{{ message }}</textarea>
<input type="hidden" name="last_status_key" value="{{ last_status_key }}">
<input type="submit" name="change" value="Change">
<input type="button" name="refresh" value="Refresh" onclick="location.href='/';">
« no previous file with comments | « status.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698