Project

General

Profile

Download (427 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= render 'selected_hosts', :hosts => @hosts %>
<%= form_for :organization, :url => update_multiple_organization_hosts_path(:host_ids => params[:host_ids]) do |f| %>
<%= f.select :id, [[_("Select Organization"), "disabled"]] + Organization.all.map{|e| [e.name, e.id]},{},
:onchange => "toggle_multiple_ok_button(this)" %>
<%= render 'taxonomy_import_option', :f => f, :taxonomy_type => 'Organization' %>
<% end %>
(30-30/34)