Sha256: 5f9c8902866bfe314a32e447b22e8a012ca72d05d17a05e5fbeaf55ed9f8175f

Contents?: true

Size: 332 Bytes

Versions: 9

Compression:

Stored size: 332 Bytes

Contents

<div class="add_picture" id="add_picture_<%= element.id %>">
  <%= link_to_overlay_window(
    render_icon('add'),
    alchemy.admin_pictures_path(
      :element_id => element,
      :options => options
    ),
    {
      :title => _t('add_image_to_element'),
      :size => '780x580',
      :resizable => true
    }
  ) %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/elements/_add_picture.html.erb