From 4747cdce5b424d0799111d8866d4dbb881a7f378 Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Thu, 20 Oct 2011 18:01:17 +0200 Subject: [PATCH] [#667] linked labels to their element --- app/views/users/index.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/users/index.rhtml b/app/views/users/index.rhtml index cf1f9696..910c5152 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' %>