Sha256: 9127505b4afe075e9508fbf666b387d88cdc5c848f2d227a97a10b77be8e4496

Contents?: true

Size: 844 Bytes

Versions: 24

Compression:

Stored size: 844 Bytes

Contents

<div id="add-line-item">
  <fieldset>
    <legend><%= t('add_product') %></legend>
    <div style="float:left;width:65%;margin-right:5%;">
      <%= label_tag :add_product_name, t("name_or_sku") %>
      <%= text_field_tag :add_product_name, nil, :class => 'fullwidth title'  %>
      <%= hidden_field_tag :add_variant_id %>
    </div>
    <div style="float:left;width:10%;margin-right:5%;">
      <%= label_tag :add_quantity, t("qty") %>
      <%= text_field_tag :add_quantity,  1 , :class => 'fullwidth title'  %>
    </div>
    <div style="float: left; width: 15%; padding-top: 17px;">
      <%= link_to text_for_button_link(t("add"), :icon => 'add'),
            admin_order_line_items_url(@order),
            {:id => 'add_line_item_to_order', :class => 'button', 'data-update' => 'order-form-wrapper'} %>
    </div>

  </fieldset>
</div>

Version data entries

24 entries across 24 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/orders/_add_product.html.erb
My-Commerce_core-1.1.0 app/views/admin/orders/_add_product.html.erb
My-Commerce_core-1.0.0 app/views/admin/orders/_add_product.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/orders/_add_product.html.erb
MyCommerce-0.0.3 core/app/views/admin/orders/_add_product.html.erb
rfcommerce_core-0.0.3 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.6 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.5 app/views/admin/orders/_add_product.html.erb
spree_core-0.40.4 app/views/admin/orders/_add_product.html.erb
spree_core-0.50.4 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.4 app/views/admin/orders/_add_product.html.erb
spree_core-0.50.3 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.3 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.2 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.1 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.0 app/views/admin/orders/_add_product.html.erb
spree_core-0.60.0.RC1 app/views/admin/orders/_add_product.html.erb
spree_core-0.50.2 app/views/admin/orders/_add_product.html.erb
spree_core-0.50.1 app/views/admin/orders/_add_product.html.erb
spree_core-0.50.0 app/views/admin/orders/_add_product.html.erb