diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index a3d512b5d..36e57de5a 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -329,7 +329,7 @@ class UsersController < ApplicationController when 'xml', 'json' @offset, @limit = api_offset_and_limit({:limit => 15}) else - @limit = 15#per_page_option + @limit = 15#per_page_option end @status = params[:status] || 1 diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index 27e601a5f..ef46c0a5f 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -1,6 +1,18 @@ + +
<%= l(:label_software_user ) %> | @@ -9,8 +21,9 @@
- <%= text_field_tag 'name', params[:name], :size => 30 %>
- <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
+ <%= text_field_tag 'name', params[:name], :size => 30 %>
+
+ <%#= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|
<%= l(:label_software_user ) %> | @@ -10,8 +20,9 @@
- <%= text_field_tag 'name', params[:name], :size => 30 %>
- <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
+ <%= text_field_tag 'name', params[:name], :size => 30 %>
+
+ <%#= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
|