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

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb