Sha256: 519d15696e04fb6e50d0b1f968d0ea00a1dce4419e5adbffcfe5069e52e791b4

Contents?: true

Size: 1.07 KB

Versions: 5

Compression:

Stored size: 1.07 KB

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>
    <%= render 'alchemy/admin/partials/remote_search_form' %>
  </div>
  <div id="assign_file_list" class="with_padding<%= params[:tagged_with].present? ? ' filtered' : '' %>">
    <% if any_tags = Alchemy::Attachment.tag_counts.any? %>
    <div id="library_sidebar">
      <div id="tag_list">
        <%= render 'tag_list' %>
      </div>
    </div>
    <% end %>
    <div id="overlay_file_list" class="<%= any_tags ? 'with_tag_list' : nil %>">
      <%= render 'overlay_file_list' %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_cms-2.6.3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.6.2.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.6.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.6.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.6.0 app/views/alchemy/admin/attachments/_archive_overlay.html.erb