Sha256: ee04e3b8cae3b7b6e26d2d4991774a4ceb57a658eb0b81f28409fc58795cfaec

Contents?: true

Size: 742 Bytes

Versions: 19

Compression:

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

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.11 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.9 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.8 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.7 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.rc6 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.rc5 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.rc4 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.rc3 app/views/alchemy/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.rc2 app/views/alchemy/admin/attachments/_archive_overlay.html.erb