<%= form_for @proxy do |f| %> <%= base_errors_for @proxy %> <% if show_taxonomy_tabs? %>
<% end %> <%= text_f(f, :name) %> <%= text_f(f, :url, :class => "input-xlarge" ) %> <% if show_taxonomy_tabs? %>
<% if show_location_tab? %>
<%= multiple_checkboxes f, :locations, @proxy, Location, { :prefix => "smart_proxy", :label => _("Locations") } %>
<% end %> <% if show_organization_tab? %>
<%= multiple_checkboxes f, :organizations, @proxy, Organization, { :prefix => "smart_proxy", :label => _("Organizations") } %>
<% end %>
<% end %> <%= submit_or_cancel f %> <% end %>