Sha256: 677ff75809f7dad9616aa5736ed27be6890f5e7b77a01024be3704913608d320

Contents?: true

Size: 1.56 KB

Versions: 15

Compression:

Stored size: 1.56 KB

Contents

<% if options[:crop].to_s == 'true' && content.ingredient %>
<%= link_to_overlay_window(
  render_icon('crop'),
  alchemy.crop_admin_essence_picture_path(content.essence, :options => options),
  {
    :size => "fullscreen",
    :title => t('Edit Picturemask')
  },
  {
    :title => t('Edit Picturemask')
  }
) %>
<%- else -%>
<a href="#" class="disabled"><%= render_icon('crop') %></a>
<%- end -%>

<%= link_to_overlay_window(
  render_icon('swap_picture'),
  alchemy.admin_pictures_path(
    :element_id => content.element,
    :content_id => content,
    :swap => true,
    :options => options
  ),
  {
    :title => t('swap_image'),
    :size => '720x580',
    :resizable => "true"
  },
  :title => t('swap_image')
) %>

<%= link_to_function(
  render_icon('link'),
  "Alchemy.LinkOverlay.open(this, 420)",
  :class => content.linked? ? 'linked' : nil,
  :title => t('link_image'),
  :name => "essence_picture_#{content.id}",
  :id => "edit_link_#{content.id}"
) %>

<%= link_to_function(
  render_icon('unlink'),
  "Alchemy.LinkOverlay.removeLink(this, #{content.id})",
  :class => content.linked? ? 'linked' : 'disabled',
  :title => t('unlink')
) %>

<%= link_to_overlay_window(
  render_icon('edit'),
  alchemy.edit_admin_essence_picture_path(
    :id => content.essence.id,
    :content_id => content.id,
    :options => options
  ),
  {
    :title => t('edit_image_properties'),
    :size => (options[:caption_as_textarea] ? (options[:manual_image_size] ? '380x230' : '380x210') : (options[:manual_image_size] ? '380x190' : '380x180'))
  },
  :title => t('edit_image_properties')
) %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.11 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.9.1 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.9 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.8.1 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.8 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.7 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.6 app/views/alchemy/essences/_essence_picture_tools.html.erb
alchemy_cms-2.1.5 app/views/alchemy/essences/_essence_picture_tools.html.erb