##// END OF EJS Templates
Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead (#1754)....
Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead (#1754). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1800 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r773:514cdacc87e6
r1798:a592d6c40dd8
Show More
new.rhtml
6 lines | 278 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Added per user custom queries....
r563 <h2><%= l(:label_query_new) %></h2>
Jean-Philippe Lang
Custom query columns: checkboxes replaced by two selects that let the user specify columns order....
r773 <% form_tag({:action => 'new', :project_id => @query.project}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
Jean-Philippe Lang
Added per user custom queries....
r563 <%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>