Sha256: 279f916fce1a8af8aaf7e9e532d57749396e1d4e7d21b28486329b96a9476f8a

Contents?: true

Size: 458 Bytes

Versions: 9

Compression:

Stored size: 458 Bytes

Contents

<%= toolbar(
  :buttons => [
    {
      :icon => 'upload',
      :url => alchemy.new_admin_attachment_path,
      :overlay_options => {
        :title => _t('upload_file'),
        :size => '540x550'
      },
      :title => _t('upload_file'),
      :class => 'icon_button',
      :label => _t('upload_file'),
      :if_permitted_to => [:new, :alchemy_admin_attachments]
    }
  ]
) %>
<div id="archive_all">
  <%= render :partial => 'files_list' %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/attachments/index.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/attachments/index.html.erb