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