<%= link_to_overlay_window( content_tag('span', '', :class => 'icon upload'), new_admin_attachment_path( :content_id => @content.blank? ? nil : @content.id, :swap => @swap, :options => @options ), { :title => _('upload_file'), :size => '540x480' }, :title => _('upload_file'), :class => 'icon_button' ) %>
<%= js_filter_field(:onkeyup => "Alchemy.ListFilter('.assign_file_file')") %>
<%= render :partial => 'file_to_assign', :collection => @attachments %>