<%= select_tag 'block[images][][image_id]', content_tag(:option) + option_groups_from_collection_for_select(@block.folder_choices, :images, :name, :id, :name, image[:image_id].to_i), :style => "width: 100px" %>
|
<%= text_field_tag 'block[images][][address]', image[:address], :class => 'highlight-address', :size => 10 %> |
<%= text_field_tag 'block[images][][position]', image[:position], :class => 'highlight-position', :size => 3 %> |
<%= text_field_tag 'block[images][][title]', image[:title], :class => 'highlight-title', :size => 10 %> |
<% end %>