Sha256: c3221e06bf8d992ff3ffed2ef3bd07ef1fb1e73f49fff2c3f5c9d44bf11e7f45

Contents?: true

Size: 1.73 KB

Versions: 19

Compression:

Stored size: 1.73 KB

Contents

<div class="content_editor" id="<%= content_dom_id(content) %>">
	<label style="display: inline">
		<%= render_content_name(content) %>
	</label>
	<div class="file" id="file_<%= content.id %>">
		<div class="file_icon">
		<%- if content.ingredient.nil? -%>
			<%= link_to_overlay_window("",
				alchemy.admin_attachments_path(
					:content_id => content.id,
					:only => options[:file_assign_show_only],
					:except => options[:file_assign_do_not_show],
					:options => options
				),
				{
					:title => t('assign_file'),
					:size => '520x400',
					:resizable => 'true'
				},
				:class => 'assign_file',
				:title => t('assign_file')
			) %>
		<%- else -%>
			<%= render_icon(content.ingredient.icon_css_class) %>
		<%- end -%>
		</div>
		<div class="file_name">
			<%= content.ingredient.name rescue ("&#x2190;" + t('assign_file_from_archive')).html_safe %>
		</div>
		<%- unless content.ingredient.nil? -%>
		<%= hidden_field_tag content.form_field_name(:attachment_id), content.ingredient.id %>
		<div class="essence_file_tools">
			<%= link_to_overlay_window("",
				alchemy.admin_attachments_path(
					:content_id => content.id,
					:only => options[:file_assign_show_only],
					:except => options[:file_assign_do_not_show],
					:options => options
				),
				{
					:title => t('assign_file'),
					:size => '520x400',
					:resizable => 'true'
				},
				:class => 'assign_file',
				:title => t('assign_file')
			) %>
			<%= link_to_overlay_window("",
				url_for(
					:controller => 'essence_files',
					:action => 'edit',
					:id => content
				),
				{
					:title => t('edit_file_properties'),
					:size => '400x150'
				},
				:class => 'edit_file',
				:title => t('edit_file_properties')
			) %>
		</div>
		<%- end -%>
	</div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

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