diff --git a/app/views/users/index.rhtml b/app/views/users/index.rhtml index cf1f9696c1..910c515260 100644 --- a/app/views/users/index.rhtml +++ b/app/views/users/index.rhtml @@ -6,15 +6,15 @@ <% form_tag({}, :method => :get) do %>
<%= l(:label_filter_plural) %> - + <%= select_tag 'status', users_status_options_for_select(@status), :class => "small", :onchange => "this.form.submit(); return false;" %> <% if @groups.present? %> - + <%= select_tag 'group_id', '' + options_from_collection_for_select(@groups, :id, :name, params[:group_id].to_i), :onchange => "this.form.submit(); return false;" %> <% end %> - + <%= text_field_tag 'name', params[:name], :size => 30 %> <%= submit_tag l(:button_apply), :class => "small", :name => nil %> <%= link_to l(:button_clear), users_path, :class => 'icon icon-reload' %>