Sha256: ee04e3b8cae3b7b6e26d2d4991774a4ceb57a658eb0b81f28409fc58795cfaec
Contents?: true
Size: 742 Bytes
Versions: 19
Compression:
Stored size: 742 Bytes
Contents
<div id="alchemy_window_body"> <div id="overlay_toolbar"> <div class="button_with_label"> <%= link_to_overlay_window( content_tag('span', '', :class => '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
19 entries across 19 versions & 1 rubygems