##// END OF EJS Templates
Do not mass create API keys for existing users....
Do not mass create API keys for existing users. They will be created on the fly if needed, just like for new users. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3221 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r773:514cdacc87e6
r3107:edab0f0cbb85
Show More
edit.rhtml
6 lines | 253 B | text/html+ruby | RhtmlLexer
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 %>