To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / queries / new.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (280 Bytes)

1
<h2><%= l(:label_query_new) %></h2>
2

    
3
<%= form_tag(@project ? project_queries_path(@project) : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
4
  <%= render :partial => 'form', :locals => {:query => @query} %>
5
  <%= submit_tag l(:button_save) %>
6
<% end %>