Sha256: 8bc2b46691f58873c7cc6b1c5702cdbdfd618a7c8b2d1b47f2219f5e4dd96347
Contents?: true
Size: 924 Bytes
Versions: 4
Compression:
Stored size: 924 Bytes
Contents
<div class="section_title"> <%=tr("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;"> <%=tr("Your Reply:") %> </td> <td> <%=text_area_tag(:message, "", :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="Platform.Effects.submit('forum_topic_form'); return false;"> <span><%=tr("Reply to This Discussion")%></span> </button> </div> <% end %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems