Sha256: 2d50b5b6da0fcbbe5538432d09677506314b0170661e6e581c1764e6498ce1c9

Contents?: true

Size: 632 Bytes

Versions: 3

Compression:

Stored size: 632 Bytes

Contents

%h3.title Upload New Image

.popup_content
  - form_for :image, :url => admin_shop_product_images_path(@shop_product.id), :html => { :method => "post", :multipart => true, :id => 'image_form' } do |f|
    %ol
      %li.image_title
        = f.label :title, t('name')
        = f.text_field :title, :class => 'clearable'
      %li.image_caption
        = f.label :caption, t('caption')
        = f.text_field :caption, :class => 'clearable'
      %li.image_file
        = f.file_field :asset, :class => 'clearable'
    
      %li.image_submit
        = f.submit 'Create'

%a#new_image_popup_close.close{ :href => '#new_image_popup' }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radiant-shop-extension-0.10.0 app/views/admin/shop/products/edit/popups/_new_image.html.haml
radiant-shop-extension-0.9.3 app/views/admin/shop/products/edit/popups/_new_image.html.haml
radiant-shop-extension-0.9.2 app/views/admin/shop/products/edit/popups/_new_image.html.haml