|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<%= import_ke(enable_at: false, prettify: false, init_activity: false) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<div class="msg_box" id='leave-message' nhname='new_message' style="height:auto;">
|
|
|
|
|
<div class="msg_box" id='leave-message' nhname='new_message' style="height:auto; width:728px;">
|
|
|
|
|
<% reply_allow = JournalsForMessage.create_by_user? User.current %>
|
|
|
|
|
<h4><%= l(:label_user_response) %></h4>
|
|
|
|
|
<% if !User.current.logged?%>
|
|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= form_for('new_form', :method => :post, :html => {:id => 'project_feedback_form', :multipart => true},
|
|
|
|
|
:url => {:controller => 'words', :action => 'leave_project_message'}) do |f|%>
|
|
|
|
|
<%= f.text_area 'project_message', :rows => 3, :cols => 65,
|
|
|
|
|
<%= f.text_area 'project_message', :rows => 3, :cols => 65, :style => "width:718px",
|
|
|
|
|
:placeholder => "#{l(:label_welcome_my_respond)}",:nhname=>'new_message_textarea' %>
|
|
|
|
|
<p nhname="contentmsg"></p>
|
|
|
|
|
<div class="fl mt10" style="padding-top:5px;" nhname="toolbar_container"></div>
|
|
|
|
|