##// END OF EJS Templates
replace tabs to spaces at app/views/admin/index.html.erb...
replace tabs to spaces at app/views/admin/index.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7360 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6937:e0aa3756b297
r7240:fa0ad36d7d48
Show More
edit.html.erb
6 lines | 253 B | text/plain | TextLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <h2><%= l(:label_query) %></h2>
Jean-Philippe Lang
Custom query columns: checkboxes replaced by two selects that let the user specify columns order....
r773 <% form_tag({:action => 'edit', :id => @query}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
Jean-Philippe Lang
"queries" branch merged...
r92 <%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
Jean-Philippe Lang
Added per user custom queries....
r563 <% end %>