Sha256: 42c25a6d43776d03fd440a775cf49dbcb1719c817c3978acefc4110a727fd213

Contents?: true

Size: 342 Bytes

Versions: 6

Compression:

Stored size: 342 Bytes

Contents

<div class="add_content" id="add_content_<%= element.id %>">
	<%= link_to_overlay_window(
		render_icon('assign'),
		url_for(
			:controller => 'pictures',
			:action => 'archive_overlay',
			:element_id => element,
			:options => options
		),
		{
			:title => _('assign_image'),
			:size => '720x580',
			:resizable => true
		}
	) %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alchemy_cms-2.0.rc2 app/views/admin/elements/_add_content.html.erb
alchemy_cms-2.0.rc1 app/views/admin/elements/_add_content.html.erb
alchemy_cms-2.0.pre5 app/views/admin/elements/_add_content.html.erb
alchemy_cms-2.0.pre4 app/views/admin/elements/_add_content.html.erb
alchemy_cms-2.0.pre3 app/views/admin/elements/_add_content.html.erb
alchemy_cms-2.0.pre2 app/views/admin/elements/_add_content.html.erb