<%=tr("Start a New Discussion Topic")%>
<%= form_tag({:action => :topic}, {:method => :post, :id => "forum_topic_form"}) do %> <%=hidden_field_tag(:language_id, params[:language_id])%>
<%=tr("Topic:")%> <%=text_field_tag(:topic, "", :style=>"width:99%")%>
<%=tr("Message:") %> <%=text_area_tag(:message, "", :style=>"width:99%; height:80px;")%>
<% if include_cancel_button %> <%=tr("or") %> <%=link_to(tr("Cancel"), :action => :index)%> <% end %>
<% end %>