##// END OF EJS Templates
PDF: Ruby 1.9 compatibility for FPDF ANSI (#61)....
PDF: Ruby 1.9 compatibility for FPDF ANSI (#61). Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5331 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2781:21e18c1eb4ac
r5211:47dccc53b362
Show More
new.rhtml
6 lines | 272 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Adds missing native eol properties....
r2781 <h2><%= l(:label_query_new) %></h2>
<% form_tag({:action => 'new', :project_id => @query.project}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>