Sha256: e31952c837844b5aea568f154fc8f2ee64d622bae6c227cc50f9f9b1fcfa6632

Contents?: true

Size: 331 Bytes

Versions: 12

Compression:

Stored size: 331 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

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-2.3.2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.4.1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.0.b5 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.5.0.b2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.4.0 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.4.rc4 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.4.rc2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.4.rc1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.3.1 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.4.beta2 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.3.0 app/views/alchemy/admin/elements/_add_picture.html.erb
alchemy_cms-2.3.rc5 app/views/alchemy/admin/elements/_add_picture.html.erb