Sha256: d492cbd8fa3fc4c467e2ece1e2e70d623be1545a5408ef57eaf33e57798d0f9e

Contents?: true

Size: 742 Bytes

Versions: 14

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'),
				new_admin_attachment_path(
					:content_id => @content.blank? ? nil : @content.id,
					:swap => @swap,
					:options => @options
				),
				{
					:title => _('upload_file'),
					:size => '540x480'
				},
				:title => _('upload_file'),
				:class => 'icon_button'
			) %><br />
			<label><%= _('upload_file') %></label>
		</div>
		<%= js_filter_field(:onkeyup => "Alchemy.ListFilter('.assign_file_file')") %>
	</div>
	<div id="assign_file_list" class="with_padding">
		<%= render :partial => 'file_to_assign', :collection => @attachments %>
	</div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.6.1 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.5 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.4 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.3.1 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.1.beta1 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.3 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.2 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.1 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.rc6 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.rc5 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.rc4 app/views/admin/attachments/_archive_overlay.html.erb
alchemy_cms-2.0.rc3 app/views/admin/attachments/_archive_overlay.html.erb