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"> </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