Sha256: 4aba5e09bacf6f21322bc6d160d3208e9c833f34cd42b92c824e58b7b828b2d8

Contents?: true

Size: 872 Bytes

Versions: 20

Compression:

Stored size: 872 Bytes

Contents

<%- alchemy_combined_assets -%>
<%- content_for(:toolbar) do -%>
<div id="toolbar">
	<%- permitted_to?(:new, :admin_attachments) do -%>
	<div id="toolbar_buttons">
		<div class="button_with_label">
			<%= link_to_overlay_window(
				content_tag('span', '', :class => 'icon upload'),
				new_admin_attachment_path,
				{
					:title => _('upload_file'),
					:size => '540x480'
				},
				:title => _('upload_file'),
				:class => 'icon_button'
			) %><br />
			<label><%= _('upload_file') %></label>
		</div>
	</div>
	<div class="toolbar_spacer"></div>
	<%- end -%>
	<div id="toolbar_links">
		<%= render :partial => 'admin/partials/per_page_links', :locals => {:label => _('files'), :values => ['20', '50', 'all']} %>
	</div>
	<%= render :partial => 'admin/partials/search_form' %>
</div>
<%- end -%>
<div id="archive_all">
	<%= render :partial => 'files_list' %>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.6.1 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.5 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.4 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.3.1 app/views/admin/attachments/index.html.erb
alchemy_cms-2.1.beta1 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.3 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.2 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.1 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.rc6 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.rc5 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.rc4 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.rc3 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.rc2 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.rc1 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.pre5 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.pre4 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.pre3 app/views/admin/attachments/index.html.erb
alchemy_cms-2.0.pre2 app/views/admin/attachments/index.html.erb