[Xfce4-commits] <moka:master> Improve the announcement view once more.

Jannis Pohlmann noreply at xfce.org
Mon Jan 17 17:58:01 CET 2011


Updating branch refs/heads/master
         to 63ab483d56d7f083229c1d3179756bfbf71ce55b (commit)
       from e5e40996807b7f3d7949e6da1f4e7ad5d46b3d9b (commit)

commit 63ab483d56d7f083229c1d3179756bfbf71ce55b
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Jan 17 17:57:34 2011 +0100

    Improve the announcement view once more.

 lib/views/announcements.erb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/views/announcements.erb b/lib/views/announcements.erb
index 2ab822a..cf159b2 100644
--- a/lib/views/announcements.erb
+++ b/lib/views/announcements.erb
@@ -5,7 +5,7 @@
 <% end %>
 <form method="post" action="/announcements/identica">
   <fieldset>
-    <p><label for="text">Text:</label> <textarea rows="3" cols="50" name="text"></textarea></p>
+    <p><label for="text">Text:</label> <textarea id="text" name="text" class="message" style="height:5em;"><%= params[:text] %></textarea></p>
     <% if error(:text) %>
       <p class="error"><span class="placeholder"> </span> <%= error(:text) %></p>
     <% end %>



More information about the Xfce4-commits mailing list