<% principals = Principal.active.all(:limit => 100, :order => 'type, login, lastname ASC') %>
<% if principals.any? %>
<%= form_tag({:controller => :people_settings, :action => :create}, :remote => true,
:method => :post, :id => "people_acl_form", :class => "select-users") do |f| %>
<% end %>
<% end %>