Sha256: 684f37dc25eb14e09f24f4cd4cfb70c647c16d620d7cffe805245f389887be19
Contents?: true
Size: 1.28 KB
Versions: 4
Compression:
Stored size: 1.28 KB
Contents
<div class="section_title"> <%=tr("Start a New Discussion Topic")%> </div> <div class="section grey"> <%= form_tag({:action => :topic}, {:method => :post, :id => "forum_topic_form"}) do %> <%=hidden_field_tag(:language_id, params[:language_id])%> <table style="width:99%"> <tr> <td style="width:80px; text-align:right; padding-right:10px; font-weight:bold;"> <%=tr("Topic:")%> </td> <td> <%=text_field_tag(:topic, "", :style=>"width:99%")%> </td> </tr> <tr> <td style="width:80px; text-align:right; padding-right:10px; padding-top:5px; font-weight:bold;"> <%=tr("Message:") %> </td> <td style="padding-top:5px;"> <%=text_area_tag(:message, "", :style=>"width:99%; height:80px;")%> </td> </tr> </table> <div style="padding-top:20px; padding-bottom:10px;text-align:center"> <button type="submit" class="platform_btn platform_submit_btn" onClick=" Tr8n.Effects.submit('forum_topic_form'); return false;"> <span><%=tr("Start a New Discussion")%></span> </button> <% if include_cancel_button %> <%=tr("or") %> <%=link_to(tr("Cancel"), :action => :index)%> <% end %> </div> <% end %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems