Sha256: 46907c66008e4a88061bc22c61ea593c1c6c895d7c97ac7051d8f4a0002386be
Contents?: true
Size: 815 Bytes
Versions: 12
Compression:
Stored size: 815 Bytes
Contents
<div id="alchemy_window_body"> <div id="overlay_toolbar"> <div class="button_with_label"> <%= link_to_overlay_window( render_icon('upload'), alchemy.new_admin_attachment_path( :content_id => @content.blank? ? nil : @content.id, :swap => @swap, :options => @options ), { :title => t('upload_file'), :size => '540x550' }, :title => t('upload_file'), :class => 'icon_button' ) %> <label><%= t('upload_file') %></label> </div> <%= js_filter_field(:onkeyup => "Alchemy.ListFilter('.assign_file_file')") %> </div> <ul id="assign_file_list" class="with_padding"> <%= render :partial => 'file_to_assign', :collection => @attachments %> </ul> </div>
Version data entries
12 entries across 12 versions & 1 rubygems