Sha256: 716813a7ee10e35d59c17f86ccd64cdb858dcfeb7bff8577eceabbfd12633cef

Contents?: true

Size: 950 Bytes

Versions: 12

Compression:

Stored size: 950 Bytes

Contents

<div class="section_title">
  <%=tra("Reply to This Discussion") %>
	<a name="reply_message">&nbsp;</a>
</div>

<div class="section grey">
  <%= form_tag({:action => :topic}, {:method => :post, :id => "forum_topic_form"}) do %>
    <%=hidden_field_tag(:topic_id, @topic.id)%>
    
    <table style="width:99%">
      <tr>
        <td style="width:80px; text-align:right; padding-right:10px; font-weight:bold;">
          <%=tra("Your Reply:") %>
        </td>
        <td>
          <%=text_area_tag(:message, "", :class => "keyboardInput", :style=>"width:99%; height:70px")%>
        </td>
      </tr>
    </table>
    
    <div style="padding-top:20px; padding-bottom:10px;text-align:center">
        <button type="submit" class="translator_btn translator_submit_btn" onClick="Tr8n.Effects.submit('forum_topic_form'); return false;">
            <span><%=tra("Reply to This Discussion")%></span>
        </button>
    </div>
  <% end %>
  
</div>  

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tr8n-3.2.3 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.2.2 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.2.1 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.2.0 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.8 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.7 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.6 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.5 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.4 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.3 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.2 app/views/tr8n/forum/_new_message.html.erb
tr8n-3.1.1 app/views/tr8n/forum/_new_message.html.erb