##// END OF EJS Templates
import jQuery Datepicker i18n files version 1.11.1...
import jQuery Datepicker i18n files version 1.11.1 https://github.com/jquery/jquery-ui/commit/874945e66d6684e7ef7013e1bc2723b485ed6178 git-svn-id: http://svn.redmine.org/redmine/trunk@13416 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9346:5e57a1a9d947
r13052:9a7fb0ad7be0
Show More
edit.html.erb
6 lines | 255 B | text/plain | TextLexer
<h2><%= l(:label_query) %></h2>
<%= form_tag(query_path(@query), :onsubmit => 'selectAllOptions("selected_columns");', :method => :put) do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>