##// END OF EJS Templates
Fixed that LDAP error is not displayed when testing connection....
Fixed that LDAP error is not displayed when testing connection. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9234 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7537:ad9e486077f9
r9114:a8e392c0e573
Show More
new.html.erb
6 lines | 269 B | text/plain | TextLexer
<h2><%= l(:label_query_new) %></h2>
<% form_tag(@project ? project_queries_path : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>