diff --git a/app/views/messages/_form.html.erb b/app/views/messages/_form.html.erb index ddd55bc96..8dafdf173 100644 --- a/app/views/messages/_form.html.erb +++ b/app/views/messages/_form.html.erb @@ -5,12 +5,12 @@
<% unless replying %> -


- <%= f.text_field :subject, :size => 60, :style => "width: 99%;", :id => "message_subject" %> +

+ <%= f.text_field :subject, :size => 60, :style => "width: 99%;display:none;", :id => "message_subject" %>

<% else %> -


- <%= f.text_field :subject, :size => 60, :style => "width: 99%;", :id => "message_subject", :readonly => true %> +

+ <%= f.text_field :subject, :size => 60, :style => "width: 99%;display:none;", :id => "message_subject", :readonly => true %>

<% end %>

@@ -24,7 +24,7 @@ <% end %>

-

<%= text_area :quote,:quote,:style => 'display:none' %>