Project

General

Profile

Download (416 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= render 'selected_hosts', :hosts => @hosts %>

<%= form_for :location, :url => update_multiple_location_hosts_path(:host_ids => params[:host_ids]) do |f| %>
<%= selectable_f f, :id, [[_("Select Location"), "disabled"]] + Location.all.map{|e| [e.title, e.id]},{},
:onchange => "toggle_multiple_ok_button(this)" %>
<%= render 'taxonomy_import_option', :f => f, :taxonomy_type => 'Location' %>
<% end %>
(39-39/44)