Sha256: 8de09baa4aa4af00361854d122a1eb17b1c5676765efe8f1339f7c7b6133b753

Contents?: true

Size: 868 Bytes

Versions: 16

Compression:

Stored size: 868 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

16 entries across 16 versions & 1 rubygems

Version Path
alchemy_cms-2.2.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.3.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.3.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc15 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc14 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc13 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb