annotate app/views/queries/.svn/text-base/edit.rhtml.svn-base @ 172:be1bccc405d9 cannam-pre-20110113-merge

* Override excessive body min-width with a smaller figure
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 02 Feb 2011 12:12:47 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 <h2><%= l(:label_query) %></h2>
Chris@0 2
Chris@0 3 <% form_tag({:action => 'edit', :id => @query}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
Chris@0 4 <%= render :partial => 'form', :locals => {:query => @query} %>
Chris@0 5 <%= submit_tag l(:button_save) %>
Chris@0 6 <% end %>