<%= trl("Report Details")%>
<%= trl("Reason:")%> | <%= select_tag("reason", tr8n_options_for_select(Tr8n::TranslatorReport.default_reasons_for(@reported_object), '')) %> |
<%= trl("Comment:")%>
<%= trl("optional")%>
|
<%= text_area_tag("comment", '', :style => "width:450px; height:40px;") %>
<%=trl('Note: Please submit your comments in English.')%>
|